Html Css Color HEX #0C6249 Jewel

📋 copy color: '#0C6249'

red 12 ◦ green 98 ◦ blue 73

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

Shades of Jewel #0C6249

Tints of Jewel #0C6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.55%

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

R = 6.56%
G = 53.55%
B = 39.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#0C6249 (or 0x0C6249) is known color: Jewel. HEX triplet: 0C, 62 and 49. RGB value is (12,98,73). Sum of RGB (Red+Green+Blue) = 12+98+73=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6249 is #F39DB6. Grayscale: #454545. Windows color (decimal): -15965623 or 4809228. OLE color: 4809228.

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

Color convert

RGB 12 98 73 -
CMYK 0.88 0 0.26 0.62
HSL 162.56º 0.78% 0.22% -
HSV(B) 162.56º 0.88% 0.38% -
XYZ 5.72 9.29 7.8 -
YUV 69.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 12 98 73 0.88 0 0.26 0.62 162.56 0.78 0.22
Hex C 62 49 58 0 1A 3E A3 4E 16
Octal 14 142 111 130 0 32 76 243 116 26
Binary 1100 1100010 1001001 1011000 0 11010 111110 10100011 1001110 10110

Color Harmonies of #0C6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6249

Black with #0C6249

Text Example


Text Example

White with #0C6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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