Html Css Color HEX #0E6D42 Jewel

📋 copy color: '#0E6D42'

red 14 ◦ green 109 ◦ blue 66

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

Shades of Jewel #0E6D42

Tints of Jewel #0E6D42

RGB

 RED value IS 14 (5.86% from 255) = 7.41%

 GREEN value IS 109 (42.97% from 255) = 57.67%

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 7.41%
G = 57.67%
B = 34.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#0E6D42 (or 0x0E6D42) is known color: Jewel. HEX triplet: 0E, 6D and 42. RGB value is (14,109,66). Sum of RGB (Red+Green+Blue) = 14+109+66=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #0E6D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6D42 is #F192BD. Grayscale: #4B4B4B. Windows color (decimal): -15831742 or 4353294. OLE color: 4353294.

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

Color convert

RGB 14 109 66 -
CMYK 0.87 0 0.39 0.57
HSL 152.84º 0.77% 0.24% -
HSV(B) 152.84º 0.87% 0.43% -
XYZ 6.63 11.42 7.01 -
YUV 75.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 14 109 66 0.87 0 0.39 0.57 152.84 0.77 0.24
Hex E 6D 42 57 0 27 39 99 4D 18
Octal 16 155 102 127 0 47 71 231 115 30
Binary 1110 1101101 1000010 1010111 0 100111 111001 10011001 1001101 11000

Color Harmonies of #0E6D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6D42

Black with #0E6D42

Text Example


Text Example

White with #0E6D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,109,66); }

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

background-color css

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

 a { background-color: rgb(14,109,66); }

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

border-color css

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

 span { border-color: rgb(14,109,66); }

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