Html Css Color HEX #0C6149 Jewel

📋 copy color: '#0C6149'

red 12 ◦ green 97 ◦ blue 73

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

Shades of Jewel #0C6149

Tints of Jewel #0C6149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

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

R = 6.59%
G = 53.3%
B = 40.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#0C6149 (or 0x0C6149) is known color: Jewel. HEX triplet: 0C, 61 and 49. RGB value is (12,97,73). Sum of RGB (Red+Green+Blue) = 12+97+73=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6149 is #F39EB6. Grayscale: #444444. Windows color (decimal): -15965879 or 4808972. OLE color: 4808972.

HSL color Cylindrical-coordinate representation of color #0C6149: hue angle of 163.06º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6149 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 73 -
CMYK 0.88 0 0.25 0.62
HSL 163.06º 0.78% 0.21% -
HSV(B) 163.06º 0.88% 0.38% -
XYZ 5.63 9.11 7.76 -
YUV 68.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 12 97 73 0.88 0 0.25 0.62 163.06 0.78 0.21
Hex C 61 49 58 0 19 3E A3 4E 15
Octal 14 141 111 130 0 31 76 243 116 25
Binary 1100 1100001 1001001 1011000 0 11001 111110 10100011 1001110 10101

Color Harmonies of #0C6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6149

Black with #0C6149

Text Example


Text Example

White with #0C6149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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