Html Css Color HEX #0E7501 Green

📋 copy color: '#0E7501'

red 14 ◦ green 117 ◦ blue 1

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

Shades of Green #0E7501

Tints of Green #0E7501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 10.61%
G = 88.64%
B = 0.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#0E7501 (or 0x0E7501) is known color: Green. HEX triplet: 0E, 75 and 01. RGB value is (14,117,1). Sum of RGB (Red+Green+Blue) = 14+117+1=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 117 (46.09% from 255 or 88.64% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7501 is #F18AFE. Grayscale: #494949. Windows color (decimal): -15829759 or 95502. OLE color: 95502.

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

Color convert

RGB 14 117 1 -
CMYK 0.88 0 0.99 0.54
HSL 113.28º 0.98% 0.23% -
HSV(B) 113.28º 0.99% 0.46% -
XYZ 6.55 12.82 2.16 -
YUV 72.98 87.38 85.93 -
System Red Green Blue C M Y K H S L
Decimal 14 117 1 0.88 0 0.99 0.54 113.28 0.98 0.23
Hex E 75 1 58 0 63 36 71 62 17
Octal 16 165 1 130 0 143 66 161 142 27
Binary 1110 1110101 1 1011000 0 1100011 110110 1110001 1100010 10111

Color Harmonies of #0E7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7501

Black with #0E7501

Text Example


Text Example

White with #0E7501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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