#0C663B

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

Shades of Fun Green #0C663B

Tints of Fun Green #0C663B

Color information

#0C663B (or 0x0C663B) is unknown color: approx Fun Green. HEX triplet: 0C, 66 and 3B. RGB value is (12,102,59). Sum of RGB (Red+Green+Blue) = 12+102+59=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #0C663B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C663B is #F399C4. Grayscale: #464646. Windows color (decimal): -15964613 or 3892748. OLE color: 3892748.

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

Color convert

RGB1210259-
CMYK0.8800.420.6
HSL151.33º78.95%22.35%-
HSV(B)151.33º88.24%40%-
XYZ5.699.95.75-
YUV70.19121.6886.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 102 (40.23% from 255) = 58.96%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=6.94%
G=58.96%
B=34.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12102590.8800.420.6151.3378.9522.35
HexC663B5802A3C974f16
Octal14146731300527422711726
Binary110011001101110111011000010101011110010010111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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