Html Css Color HEX #0C6E40 Jewel

📋 copy color: '#0C6E40'

red 12 ◦ green 110 ◦ blue 64

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

Shades of Jewel #0C6E40

Tints of Jewel #0C6E40

RGB

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

 GREEN value IS 110 (43.36% from 255) = 59.14%

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

R = 6.45%
G = 59.14%
B = 34.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#0C6E40 (or 0x0C6E40) is known color: Jewel. HEX triplet: 0C, 6E and 40. RGB value is (12,110,64). Sum of RGB (Red+Green+Blue) = 12+110+64=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 110 (43.36% from 255 or 59.14% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6E40 is #F391BF. Grayscale: #4B4B4B. Windows color (decimal): -15962560 or 4222476. OLE color: 4222476.

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

Color convert

RGB 12 110 64 -
CMYK 0.89 0 0.42 0.57
HSL 151.84º 0.8% 0.24% -
HSV(B) 151.84º 0.89% 0.43% -
XYZ 6.65 11.6 6.74 -
YUV 75.45 121.53 82.74 -
System Red Green Blue C M Y K H S L
Decimal 12 110 64 0.89 0 0.42 0.57 151.84 0.8 0.24
Hex C 6E 40 59 0 2A 39 98 50 18
Octal 14 156 100 131 0 52 71 230 120 30
Binary 1100 1101110 1000000 1011001 0 101010 111001 10011000 1010000 11000

Color Harmonies of #0C6E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6E40

Black with #0C6E40

Text Example


Text Example

White with #0C6E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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