Html Css Color HEX #0C6F3C Jewel

📋 copy color: '#0C6F3C'

red 12 ◦ green 111 ◦ blue 60

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

Shades of Jewel #0C6F3C

Tints of Jewel #0C6F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60.66%

 BLUE value IS 60 (23.83% from 255) = 32.79%

R = 6.56%
G = 60.66%
B = 32.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#0C6F3C (or 0x0C6F3C) is known color: Jewel. HEX triplet: 0C, 6F and 3C. RGB value is (12,111,60). Sum of RGB (Red+Green+Blue) = 12+111+60=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6F3C is #F390C3. Grayscale: #4B4B4B. Windows color (decimal): -15962308 or 3960588. OLE color: 3960588.

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

Color convert

RGB 12 111 60 -
CMYK 0.89 0 0.46 0.56
HSL 149.09º 0.8% 0.24% -
HSV(B) 149.09º 0.89% 0.44% -
XYZ 6.65 11.77 6.2 -
YUV 75.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 12 111 60 0.89 0 0.46 0.56 149.09 0.8 0.24
Hex C 6F 3C 59 0 2E 38 95 50 18
Octal 14 157 74 131 0 56 70 225 120 30
Binary 1100 1101111 111100 1011001 0 101110 111000 10010101 1010000 11000

Color Harmonies of #0C6F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6F3C

Black with #0C6F3C

Text Example


Text Example

White with #0C6F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,111,60); }

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

background-color css

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

 a { background-color: rgb(12,111,60); }

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

border-color css

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

 span { border-color: rgb(12,111,60); }

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