#0C6814

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

Shades of Green #0C6814

Tints of Green #0C6814

Color information

#0C6814 (or 0x0C6814) is unknown color: approx Green. HEX triplet: 0C, 68 and 14. RGB value is (12,104,20). Sum of RGB (Red+Green+Blue) = 12+104+20=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6814 is #F397EB. Grayscale: #434343. Windows color (decimal): -15964140 or 1337356. OLE color: 1337356.

HSL color Cylindrical-coordinate representation of color #0C6814: hue angle of 125.22º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6814 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB1210420-
CMYK0.8800.810.59
HSL125.22º79.31%22.75%-
HSV(B)125.22º88.46%40.78%-
XYZ5.2310.032.32-
YUV66.92101.5288.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.82%
GREEN value IS 104 (41.02% from 255) = 76.47%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=8.82%
G=76.47%
B=14.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12104200.8800.810.59125.2279.3122.75
HexC6814580513B7d4f17
Octal141502413001217317511727
Binary11001101000101001011000010100011110111111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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