Html Css Color HEX #0E7514 Green

📋 copy color: '#0E7514'

red 14 ◦ green 117 ◦ blue 20

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

Shades of Green #0E7514

Tints of Green #0E7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 77.48%

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 9.27%
G = 77.48%
B = 13.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#0E7514 (or 0x0E7514) is known color: Green. HEX triplet: 0E, 75 and 14. RGB value is (14,117,20). Sum of RGB (Red+Green+Blue) = 14+117+20=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7514 is #F18AEB. Grayscale: #4B4B4B. Windows color (decimal): -15829740 or 1340686. OLE color: 1340686.

HSL color Cylindrical-coordinate representation of color #0E7514: hue angle of 123.5º 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 #0E7514 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 117 20 -
CMYK 0.88 0 0.83 0.54
HSL 123.5º 0.79% 0.26% -
HSV(B) 123.5º 0.88% 0.46% -
XYZ 6.67 12.87 2.79 -
YUV 75.15 96.88 84.39 -
System Red Green Blue C M Y K H S L
Decimal 14 117 20 0.88 0 0.83 0.54 123.5 0.79 0.26
Hex E 75 14 58 0 53 36 7B 4F 1A
Octal 16 165 24 130 0 123 66 173 117 32
Binary 1110 1110101 10100 1011000 0 1010011 110110 1111011 1001111 11010

Color Harmonies of #0E7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7514

Black with #0E7514

Text Example


Text Example

White with #0E7514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,117,20); }

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

background-color css

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

 a { background-color: rgb(14,117,20); }

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

border-color css

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

 span { border-color: rgb(14,117,20); }

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