Html Css Color HEX #0C6C49 Jewel

📋 copy color: '#0C6C49'

red 12 ◦ green 108 ◦ blue 73

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

Shades of Jewel #0C6C49

Tints of Jewel #0C6C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 6.22%
G = 55.96%
B = 37.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#0C6C49 (or 0x0C6C49) is known color: Jewel. HEX triplet: 0C, 6C and 49. RGB value is (12,108,73). Sum of RGB (Red+Green+Blue) = 12+108+73=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C49 is #F393B6. Grayscale: #4B4B4B. Windows color (decimal): -15963063 or 4811788. OLE color: 4811788.

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

Color convert

RGB 12 108 73 -
CMYK 0.89 0 0.32 0.58
HSL 158.13º 0.8% 0.24% -
HSV(B) 158.13º 0.89% 0.42% -
XYZ 6.72 11.28 8.13 -
YUV 75.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 12 108 73 0.89 0 0.32 0.58 158.13 0.8 0.24
Hex C 6C 49 59 0 20 3A 9E 50 18
Octal 14 154 111 131 0 40 72 236 120 30
Binary 1100 1101100 1001001 1011001 0 100000 111010 10011110 1010000 11000

Color Harmonies of #0C6C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C49

Black with #0C6C49

Text Example


Text Example

White with #0C6C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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