Html Css Color HEX #0E7601 Green

📋 copy color: '#0E7601'

red 14 ◦ green 118 ◦ blue 1

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

Shades of Green #0E7601

Tints of Green #0E7601

RGB

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

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

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

R = 10.53%
G = 88.72%
B = 0.75%

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

#0E7601 (or 0x0E7601) is known color: Green. HEX triplet: 0E, 76 and 01. RGB value is (14,118,1). Sum of RGB (Red+Green+Blue) = 14+118+1=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 118 (46.48% from 255 or 88.72% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7601 is #F189FE. Grayscale: #494949. Windows color (decimal): -15829503 or 95758. OLE color: 95758.

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

Color convert

RGB 14 118 1 -
CMYK 0.88 0 0.99 0.54
HSL 113.33º 0.98% 0.23% -
HSV(B) 113.33º 0.99% 0.46% -
XYZ 6.67 13.05 2.2 -
YUV 73.57 87.04 85.51 -
System Red Green Blue C M Y K H S L
Decimal 14 118 1 0.88 0 0.99 0.54 113.33 0.98 0.23
Hex E 76 1 58 0 63 36 71 62 17
Octal 16 166 1 130 0 143 66 161 142 27
Binary 1110 1110110 1 1011000 0 1100011 110110 1110001 1100010 10111

Color Harmonies of #0E7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7601

Black with #0E7601

Text Example


Text Example

White with #0E7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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