Html Css Color HEX #0E6C3F Jewel

📋 copy color: '#0E6C3F'

red 14 ◦ green 108 ◦ blue 63

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

Shades of Jewel #0E6C3F

Tints of Jewel #0E6C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.05%

R = 7.57%
G = 58.38%
B = 34.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#0E6C3F (or 0x0E6C3F) is known color: Jewel. HEX triplet: 0E, 6C and 3F. RGB value is (14,108,63). Sum of RGB (Red+Green+Blue) = 14+108+63=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #0E6C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6C3F is #F193C0. Grayscale: #4A4A4A. Windows color (decimal): -15832001 or 4156430. OLE color: 4156430.

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

Color convert

RGB 14 108 63 -
CMYK 0.87 0 0.42 0.58
HSL 151.28º 0.77% 0.24% -
HSV(B) 151.28º 0.87% 0.42% -
XYZ 6.44 11.18 6.52 -
YUV 74.76 121.36 84.66 -
System Red Green Blue C M Y K H S L
Decimal 14 108 63 0.87 0 0.42 0.58 151.28 0.77 0.24
Hex E 6C 3F 57 0 2A 3A 97 4D 18
Octal 16 154 77 127 0 52 72 227 115 30
Binary 1110 1101100 111111 1010111 0 101010 111010 10010111 1001101 11000

Color Harmonies of #0E6C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6C3F

Black with #0E6C3F

Text Example


Text Example

White with #0E6C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,108,63); }

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

background-color css

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

 a { background-color: rgb(14,108,63); }

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

border-color css

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

 span { border-color: rgb(14,108,63); }

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