Html Css Color HEX #0C6547 Jewel

📋 copy color: '#0C6547'

red 12 ◦ green 101 ◦ blue 71

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

Shades of Jewel #0C6547

Tints of Jewel #0C6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.89%

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

R = 6.52%
G = 54.89%
B = 38.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#0C6547 (or 0x0C6547) is known color: Jewel. HEX triplet: 0C, 65 and 47. RGB value is (12,101,71). Sum of RGB (Red+Green+Blue) = 12+101+71=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #0C6547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6547 is #F39AB8. Grayscale: #474747. Windows color (decimal): -15964857 or 4678924. OLE color: 4678924.

HSL color Cylindrical-coordinate representation of color #0C6547: hue angle of 159.78º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6547 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 101 71 -
CMYK 0.88 0 0.30 0.60
HSL 159.78º 0.79% 0.22% -
HSV(B) 159.78º 0.88% 0.4% -
XYZ 5.94 9.84 7.55 -
YUV 70.97 128.01 85.94 -
System Red Green Blue C M Y K H S L
Decimal 12 101 71 0.88 0 0.30 0.60 159.78 0.79 0.22
Hex C 65 47 58 0 1E 3C A0 4F 16
Octal 14 145 107 130 0 36 74 240 117 26
Binary 1100 1100101 1000111 1011000 0 11110 111100 10100000 1001111 10110

Color Harmonies of #0C6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6547

Black with #0C6547

Text Example


Text Example

White with #0C6547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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