Html Css Color HEX #0C6C39 Fun Green

📋 copy color: '#0C6C39'

red 12 ◦ green 108 ◦ blue 57

#0C6C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #0C6C39

Tints of Fun Green #0C6C39

RGB

 RED value IS 12 (5.08% from 255) = 6.78%

 GREEN value IS 108 (42.58% from 255) = 61.02%

 BLUE value IS 57 (22.66% from 255) = 32.2%

R = 6.78%
G = 61.02%
B = 32.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#0C6C39 (or 0x0C6C39) is known color: Fun Green. HEX triplet: 0C, 6C and 39. RGB value is (12,108,57). Sum of RGB (Red+Green+Blue) = 12+108+57=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C39 is #F393C6. Grayscale: #494949. Windows color (decimal): -15963079 or 3763212. OLE color: 3763212.

HSL color Cylindrical-coordinate representation of color #0C6C39: hue angle of 148.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6C39 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 108 57 -
CMYK 0.89 0 0.47 0.58
HSL 148.13º 0.8% 0.24% -
HSV(B) 148.13º 0.89% 0.42% -
XYZ 6.25 11.1 5.68 -
YUV 73.48 118.7 84.15 -
System Red Green Blue C M Y K H S L
Decimal 12 108 57 0.89 0 0.47 0.58 148.13 0.8 0.24
Hex C 6C 39 59 0 2F 3A 94 50 18
Octal 14 154 71 131 0 57 72 224 120 30
Binary 1100 1101100 111001 1011001 0 101111 111010 10010100 1010000 11000

Color Harmonies of #0C6C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C39

Black with #0C6C39

Text Example


Text Example

White with #0C6C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,57); }

 H1.HeaderClassName
 {
   color: #0C6C39;
 }
 .AnyTagClassName
 {
   color: #0C6C39;
 }
</style>

background-color css

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

 a { background-color: rgb(12,108,57); }

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

border-color css

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

 span { border-color: rgb(12,108,57); }

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