Html Css Color HEX #0E7616 Green

📋 copy color: '#0E7616'

red 14 ◦ green 118 ◦ blue 22

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

Shades of Green #0E7616

Tints of Green #0E7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 76.62%

 BLUE value IS 22 (8.98% from 255) = 14.29%

R = 9.09%
G = 76.62%
B = 14.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#0E7616 (or 0x0E7616) is known color: Green. HEX triplet: 0E, 76 and 16. RGB value is (14,118,22). Sum of RGB (Red+Green+Blue) = 14+118+22=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 118 (46.48% from 255 or 76.62% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7616 is #F189E9. Grayscale: #4C4C4C. Windows color (decimal): -15829482 or 1472014. OLE color: 1472014.

HSL color Cylindrical-coordinate representation of color #0E7616: hue angle of 124.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7616 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 118 22 -
CMYK 0.88 0 0.81 0.54
HSL 124.62º 0.79% 0.26% -
HSV(B) 124.62º 0.88% 0.46% -
XYZ 6.8 13.11 2.93 -
YUV 75.96 97.54 83.81 -
System Red Green Blue C M Y K H S L
Decimal 14 118 22 0.88 0 0.81 0.54 124.62 0.79 0.26
Hex E 76 16 58 0 51 36 7D 4F 1A
Octal 16 166 26 130 0 121 66 175 117 32
Binary 1110 1110110 10110 1011000 0 1010001 110110 1111101 1001111 11010

Color Harmonies of #0E7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7616

Black with #0E7616

Text Example


Text Example

White with #0E7616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,118,22); }

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

background-color css

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

 a { background-color: rgb(14,118,22); }

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

border-color css

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

 span { border-color: rgb(14,118,22); }

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