Html Css Color HEX #0C6C45 Jewel

📋 copy color: '#0C6C45'

red 12 ◦ green 108 ◦ blue 69

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

Shades of Jewel #0C6C45

Tints of Jewel #0C6C45

RGB

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

 GREEN value IS 108 (42.58% from 255) = 57.14%

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 6.35%
G = 57.14%
B = 36.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#0C6C45 (or 0x0C6C45) is known color: Jewel. HEX triplet: 0C, 6C and 45. RGB value is (12,108,69). Sum of RGB (Red+Green+Blue) = 12+108+69=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C45 is #F393BA. Grayscale: #4A4A4A. Windows color (decimal): -15963067 or 4549644. OLE color: 4549644.

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

Color convert

RGB 12 108 69 -
CMYK 0.89 0 0.36 0.58
HSL 155.63º 0.8% 0.24% -
HSV(B) 155.63º 0.89% 0.42% -
XYZ 6.59 11.23 7.45 -
YUV 74.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 12 108 69 0.89 0 0.36 0.58 155.63 0.8 0.24
Hex C 6C 45 59 0 24 3A 9C 50 18
Octal 14 154 105 131 0 44 72 234 120 30
Binary 1100 1101100 1000101 1011001 0 100100 111010 10011100 1010000 11000

Color Harmonies of #0C6C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C45

Black with #0C6C45

Text Example


Text Example

White with #0C6C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,69); }

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

background-color css

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

 a { background-color: rgb(12,108,69); }

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

border-color css

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

 span { border-color: rgb(12,108,69); }

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