#0C6636

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

Shades of Fun Green #0C6636

Tints of Fun Green #0C6636

Color information

#0C6636 (or 0x0C6636) is unknown color: approx Fun Green. HEX triplet: 0C, 66 and 36. RGB value is (12,102,54). Sum of RGB (Red+Green+Blue) = 12+102+54=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #0C6636 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6636 is #F399C9. Grayscale: #454545. Windows color (decimal): -15964618 or 3565068. OLE color: 3565068.

HSL color Cylindrical-coordinate representation of color #0C6636: hue angle of 148º 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 #0C6636 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB1210254-
CMYK0.8800.470.6
HSL148º78.95%22.35%-
HSV(B)148º88.24%40%-
XYZ5.579.855.1-
YUV69.62119.1886.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.14%
GREEN value IS 102 (40.23% from 255) = 60.71%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=7.14%
G=60.71%
B=32.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12102540.8800.470.614878.9522.35
HexC66365802F3C944f16
Octal14146661300577422411726
Binary110011001101101101011000010111111110010010100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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