Html Css Color HEX #0C6040 Jewel

📋 copy color: '#0C6040'

red 12 ◦ green 96 ◦ blue 64

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

Shades of Jewel #0C6040

Tints of Jewel #0C6040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.81%

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 6.98%
G = 55.81%
B = 37.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#0C6040 (or 0x0C6040) is known color: Jewel. HEX triplet: 0C, 60 and 40. RGB value is (12,96,64). Sum of RGB (Red+Green+Blue) = 12+96+64=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6040 is #F39FBF. Grayscale: #434343. Windows color (decimal): -15966144 or 4218892. OLE color: 4218892.

HSL color Cylindrical-coordinate representation of color #0C6040: hue angle of 157.14º 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 #0C6040 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 96 64 -
CMYK 0.88 0 0.33 0.62
HSL 157.14º 0.78% 0.21% -
HSV(B) 157.14º 0.88% 0.38% -
XYZ 5.26 8.81 6.27 -
YUV 67.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 12 96 64 0.88 0 0.33 0.62 157.14 0.78 0.21
Hex C 60 40 58 0 21 3E 9D 4E 15
Octal 14 140 100 130 0 41 76 235 116 25
Binary 1100 1100000 1000000 1011000 0 100001 111110 10011101 1001110 10101

Color Harmonies of #0C6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6040

Black with #0C6040

Text Example


Text Example

White with #0C6040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,64); }

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

background-color css

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

 a { background-color: rgb(12,96,64); }

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

border-color css

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

 span { border-color: rgb(12,96,64); }

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