#68A412

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

Shades of Christi #68A412

Tints of Christi #68A412

Color information

#68A412 (or 0x68A412) is unknown color: approx Christi. HEX triplet: 68, A4 and 12. RGB value is (104,164,18). Sum of RGB (Red+Green+Blue) = 104+164+18=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #68A412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A412 is #975BED. Grayscale: #818181. Windows color (decimal): -9919470 or 1221736. OLE color: 1221736.

HSL color Cylindrical-coordinate representation of color #68A412: hue angle of 84.66º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68A412 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB10416418-
CMYK0.3700.890.36
HSL84.66º80.22%35.69%-
HSV(B)84.66º89.02%64.31%-
XYZ19.0929.545.27-
YUV129.4265.12109.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 164 (64.45% from 255) = 57.34%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=36.36%
G=57.34%
B=6.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104164180.3700.890.3684.6680.2235.69
Hex68A4122505924555024
Octal150244224501314412512044
Binary110100010100100100101001010101100110010010101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,164,18); }

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

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

 a { background-color: rgb(104,164,18); }

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

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

 span { border-color: rgb(104,164,18); }

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