#0C7514

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

Shades of Green #0C7514

Tints of Green #0C7514

Color information

#0C7514 (or 0x0C7514) is unknown color: approx Green. HEX triplet: 0C, 75 and 14. RGB value is (12,117,20). Sum of RGB (Red+Green+Blue) = 12+117+20=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 117 (46.09% from 255 or 78.52% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7514 is #F38AEB. Grayscale: #4A4A4A. Windows color (decimal): -15960812 or 1340684. OLE color: 1340684.

HSL color Cylindrical-coordinate representation of color #0C7514: hue angle of 124.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7514 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1211720-
CMYK0.9000.830.54
HSL124.57º81.4%25.29%-
HSV(B)124.57º89.74%45.88%-
XYZ6.6412.852.79-
YUV74.5597.2183.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 117 (46.09% from 255) = 78.52%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=8.05%
G=78.52%
B=13.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12117200.9000.830.54124.5781.425.29
HexC75145A053367d5119
Octal141652413201236617512131
Binary11001110101101001011010010100111101101111101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,117,20); }

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

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

 a { background-color: rgb(12,117,20); }

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

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

 span { border-color: rgb(12,117,20); }

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