#0C660F

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

Shades of Green #0C660F

Tints of Green #0C660F

Color information

#0C660F (or 0x0C660F) is unknown color: approx Green. HEX triplet: 0C, 66 and 0F. RGB value is (12,102,15). Sum of RGB (Red+Green+Blue) = 12+102+15=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #0C660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C660F is #F399F0. Grayscale: #414141. Windows color (decimal): -15964657 or 1009164. OLE color: 1009164.

HSL color Cylindrical-coordinate representation of color #0C660F: hue angle of 122º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C660F is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1210215-
CMYK0.8800.850.6
HSL122º78.95%22.35%-
HSV(B)122º88.24%40%-
XYZ4.999.622.04-
YUV65.1799.6890.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.30%
GREEN value IS 102 (40.23% from 255) = 79.07%
BLUE value IS 15 (6.25% from 255) = 11.63%
R=9.30%
G=79.07%
B=11.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12102150.8800.850.612278.9522.35
HexC66F580553C7a4f16
Octal141461713001257417211726
Binary1100110011011111011000010101011111001111010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,102,15); }

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

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

 a { background-color: rgb(12,102,15); }

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

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

 span { border-color: rgb(12,102,15); }

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