#0C7818

Color #0C7818 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0C7818

Tints of Green #0C7818

Color information

#0C7818 (or 0x0C7818) is unknown color: approx Green. HEX triplet: 0C, 78 and 18. RGB value is (12,120,24). Sum of RGB (Red+Green+Blue) = 12+120+24=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 120 (47.27% from 255 or 76.92% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7818 is #F387E7. Grayscale: #4D4D4D. Windows color (decimal): -15960040 or 1603596. OLE color: 1603596.

HSL color Cylindrical-coordinate representation of color #0C7818: hue angle of 126.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7818 is Cyan = 0.90, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB1212024-
CMYK0.9000.80.53
HSL126.67º81.82%25.88%-
HSV(B)126.67º90%47.06%-
XYZ7.0313.583.11-
YUV76.7698.2281.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.69%
GREEN value IS 120 (47.27% from 255) = 76.92%
BLUE value IS 24 (9.77% from 255) = 15.38%
R=7.69%
G=76.92%
B=15.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12120240.9000.80.53126.6781.8225.88
HexC78185A050357f521a
Octal141703013201206517712232
Binary11001111000110001011010010100001101011111111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C7818; }

 p { color: rgb(12,120,24); }

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

<style>
 a { background-color: #0C7818; }

 a { background-color: rgb(12,120,24); }

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

<style>
 span { border-color: #0C7818; }

 span { border-color: rgb(12,120,24); }

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