#68ac20

Color #68AC20 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #68AC20

Tints of Christi #68AC20

Color information

#68AC20 (or 0x68AC20) is unknown color: approx Christi. HEX triplet: 68, AC and 20. RGB value is (104,172,32). Sum of RGB (Red+Green+Blue) = 104+172+32=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC20 is #9753DF. Grayscale: #888888. Windows color (decimal): -9917408 or 2141288. OLE color: 2141288.

HSL color Cylindrical-coordinate representation of color #68AC20: hue angle of 89.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68AC20 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB10417232-
CMYK0.4000.810.33
HSL89.14º68.63%40%-
HSV(B)89.14º81.4%67.45%-
XYZ20.7232.556.56-
YUV135.7169.47105.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 172 (67.58% from 255) = 55.84%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=33.77%
G=55.84%
B=10.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104172320.4000.810.3389.1468.6340
Hex68AC202805121594528
Octal150254405001214113110550
Binary1101000101011001000001010000101000110000110110011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ac20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68ac20; }

 p { color: rgb(104,172,32); }

 H1.HeaderClassName
 {
   color: #68ac20;
 }
 .AnyTagClassName
 {
   color: #68ac20;
 }
</style>
background-color css

<style>
 a { background-color: #68ac20; }

 a { background-color: rgb(104,172,32); }

 div.DivClassName
 {
   background-color: #68ac20;
 }
 .BgClassName
 {
   background-color: #68ac20;
 }
</style>
border-color css

<style>
 span { border-color: #68ac20; }

 span { border-color: rgb(104,172,32); }

 td.TdClassName
 {
   border-color: #68ac20;
 }
 .TagClassName
 {
   border-color: #68ac20;
 }
</style>