Html Css Color HEX #0E7008 Green

📋 copy color: '#0E7008'

red 14 ◦ green 112 ◦ blue 8

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

Shades of Green #0E7008

Tints of Green #0E7008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 83.58%

 BLUE value IS 8 (3.52% from 255) = 5.97%

R = 10.45%
G = 83.58%
B = 5.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#0E7008 (or 0x0E7008) is known color: Green. HEX triplet: 0E, 70 and 08. RGB value is (14,112,8). Sum of RGB (Red+Green+Blue) = 14+112+8=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7008 is #F18FF7. Grayscale: #474747. Windows color (decimal): -15831032 or 552974. OLE color: 552974.

HSL color Cylindrical-coordinate representation of color #0E7008: hue angle of 116.54º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7008 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 112 8 -
CMYK 0.88 0 0.93 0.56
HSL 116.54º 0.87% 0.24% -
HSV(B) 116.54º 0.93% 0.44% -
XYZ 6.02 11.7 2.17 -
YUV 70.84 92.53 87.46 -
System Red Green Blue C M Y K H S L
Decimal 14 112 8 0.88 0 0.93 0.56 116.54 0.87 0.24
Hex E 70 8 58 0 5D 38 75 57 18
Octal 16 160 10 130 0 135 70 165 127 30
Binary 1110 1110000 1000 1011000 0 1011101 111000 1110101 1010111 11000

Color Harmonies of #0E7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7008

Black with #0E7008

Text Example


Text Example

White with #0E7008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,112,8); }

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

background-color css

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

 a { background-color: rgb(14,112,8); }

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

border-color css

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

 span { border-color: rgb(14,112,8); }

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