#0C660B

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

Shades of Green #0C660B

Tints of Green #0C660B

Color information

#0C660B (or 0x0C660B) is unknown color: approx Green. HEX triplet: 0C, 66 and 0B. RGB value is (12,102,11). Sum of RGB (Red+Green+Blue) = 12+102+11=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #0C660B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C660B is #F399F4. Grayscale: #404040. Windows color (decimal): -15964661 or 747020. OLE color: 747020.

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

Color convert

RGB1210211-
CMYK0.8800.890.6
HSL119.34º80.53%22.16%-
HSV(B)119.34º89.22%40%-
XYZ4.969.611.91-
YUV64.7297.6890.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.6%
GREEN value IS 102 (40.23% from 255) = 81.6%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=9.6%
G=81.6%
B=8.8%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12102110.8800.890.6119.3480.5322.16
HexC66B580593C775116
Octal141461313001317416712126
Binary1100110011010111011000010110011111001110111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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