#68B512

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

Shades of Christi #68B512

Tints of Christi #68B512

Color information

#68B512 (or 0x68B512) is unknown color: approx Christi. HEX triplet: 68, B5 and 12. RGB value is (104,181,18). Sum of RGB (Red+Green+Blue) = 104+181+18=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #68B512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B512 is #974AED. Grayscale: #8B8B8B. Windows color (decimal): -9915118 or 1226088. OLE color: 1226088.

HSL color Cylindrical-coordinate representation of color #68B512: hue angle of 88.34º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68B512 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB10418118-
CMYK0.4300.900.29
HSL88.34º81.91%39.02%-
HSV(B)88.34º90.06%70.98%-
XYZ22.3436.036.35-
YUV139.3959.49102.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 181 (71.09% from 255) = 59.74%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=34.32%
G=59.74%
B=5.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104181180.4300.900.2988.3481.9139.02
Hex68B5122B05A1D585227
Octal150265225301323513012247
Binary11010001011010110010101011010110101110110110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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