Html Css Color HEX #0C6043 Jewel

📋 copy color: '#0C6043'

red 12 ◦ green 96 ◦ blue 67

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

Shades of Jewel #0C6043

Tints of Jewel #0C6043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.29%

R = 6.86%
G = 54.86%
B = 38.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#0C6043 (or 0x0C6043) is known color: Jewel. HEX triplet: 0C, 60 and 43. RGB value is (12,96,67). Sum of RGB (Red+Green+Blue) = 12+96+67=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6043 is #F39FBC. Grayscale: #434343. Windows color (decimal): -15966141 or 4415500. OLE color: 4415500.

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

Color convert

RGB 12 96 67 -
CMYK 0.88 0 0.30 0.62
HSL 159.29º 0.78% 0.21% -
HSV(B) 159.29º 0.88% 0.38% -
XYZ 5.35 8.85 6.74 -
YUV 67.58 127.67 88.36 -
System Red Green Blue C M Y K H S L
Decimal 12 96 67 0.88 0 0.30 0.62 159.29 0.78 0.21
Hex C 60 43 58 0 1E 3E 9F 4E 15
Octal 14 140 103 130 0 36 76 237 116 25
Binary 1100 1100000 1000011 1011000 0 11110 111110 10011111 1001110 10101

Color Harmonies of #0C6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6043

Black with #0C6043

Text Example


Text Example

White with #0C6043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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