Html Css Color HEX #0C6C42 Jewel

📋 copy color: '#0C6C42'

red 12 ◦ green 108 ◦ blue 66

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

Shades of Jewel #0C6C42

Tints of Jewel #0C6C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 6.45%
G = 58.06%
B = 35.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#0C6C42 (or 0x0C6C42) is known color: Jewel. HEX triplet: 0C, 6C and 42. RGB value is (12,108,66). Sum of RGB (Red+Green+Blue) = 12+108+66=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C42 is #F393BD. Grayscale: #4A4A4A. Windows color (decimal): -15963070 or 4353036. OLE color: 4353036.

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

Color convert

RGB 12 108 66 -
CMYK 0.89 0 0.39 0.58
HSL 153.75º 0.8% 0.24% -
HSV(B) 153.75º 0.89% 0.42% -
XYZ 6.5 11.2 6.97 -
YUV 74.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 12 108 66 0.89 0 0.39 0.58 153.75 0.8 0.24
Hex C 6C 42 59 0 27 3A 9A 50 18
Octal 14 154 102 131 0 47 72 232 120 30
Binary 1100 1101100 1000010 1011001 0 100111 111010 10011010 1010000 11000

Color Harmonies of #0C6C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C42

Black with #0C6C42

Text Example


Text Example

White with #0C6C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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