Html Css Color HEX #0C6C34 Fun Green

📋 copy color: '#0C6C34'

red 12 ◦ green 108 ◦ blue 52

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

Shades of Fun Green #0C6C34

Tints of Fun Green #0C6C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.23%

R = 6.98%
G = 62.79%
B = 30.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#0C6C34 (or 0x0C6C34) is known color: Fun Green. HEX triplet: 0C, 6C and 34. RGB value is (12,108,52). Sum of RGB (Red+Green+Blue) = 12+108+52=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 108 (42.58% from 255 or 62.79% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C34 is #F393CB. Grayscale: #494949. Windows color (decimal): -15963084 or 3435532. OLE color: 3435532.

HSL color Cylindrical-coordinate representation of color #0C6C34: hue angle of 145º 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 #0C6C34 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 108 52 -
CMYK 0.89 0 0.52 0.58
HSL 145º 0.8% 0.24% -
HSV(B) 145º 0.89% 0.42% -
XYZ 6.13 11.05 5.06 -
YUV 72.91 116.2 84.55 -
System Red Green Blue C M Y K H S L
Decimal 12 108 52 0.89 0 0.52 0.58 145 0.8 0.24
Hex C 6C 34 59 0 34 3A 91 50 18
Octal 14 154 64 131 0 64 72 221 120 30
Binary 1100 1101100 110100 1011001 0 110100 111010 10010001 1010000 11000

Color Harmonies of #0C6C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C34

Black with #0C6C34

Text Example


Text Example

White with #0C6C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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