Html Css Color HEX #0C6B47 Jewel

📋 copy color: '#0C6B47'

red 12 ◦ green 107 ◦ blue 71

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

Shades of Jewel #0C6B47

Tints of Jewel #0C6B47

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.32%

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 6.32%
G = 56.32%
B = 37.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#0C6B47 (or 0x0C6B47) is known color: Jewel. HEX triplet: 0C, 6B and 47. RGB value is (12,107,71). Sum of RGB (Red+Green+Blue) = 12+107+71=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6B47 is #F394B8. Grayscale: #4A4A4A. Windows color (decimal): -15963321 or 4680460. OLE color: 4680460.

HSL color Cylindrical-coordinate representation of color #0C6B47: hue angle of 157.26º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6B47 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 107 71 -
CMYK 0.89 0 0.34 0.58
HSL 157.26º 0.8% 0.23% -
HSV(B) 157.26º 0.89% 0.42% -
XYZ 6.55 11.05 7.75 -
YUV 74.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 12 107 71 0.89 0 0.34 0.58 157.26 0.8 0.23
Hex C 6B 47 59 0 22 3A 9D 50 17
Octal 14 153 107 131 0 42 72 235 120 27
Binary 1100 1101011 1000111 1011001 0 100010 111010 10011101 1010000 10111

Color Harmonies of #0C6B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B47

Black with #0C6B47

Text Example


Text Example

White with #0C6B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,107,71); }

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

background-color css

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

 a { background-color: rgb(12,107,71); }

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

border-color css

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

 span { border-color: rgb(12,107,71); }

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