Html Css Color HEX #0E7510 Green

📋 copy color: '#0E7510'

red 14 ◦ green 117 ◦ blue 16

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

Shades of Green #0E7510

Tints of Green #0E7510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 9.52%
G = 79.59%
B = 10.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#0E7510 (or 0x0E7510) is known color: Green. HEX triplet: 0E, 75 and 10. RGB value is (14,117,16). Sum of RGB (Red+Green+Blue) = 14+117+16=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 117 (46.09% from 255 or 79.59% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7510 is #F18AEF. Grayscale: #4A4A4A. Windows color (decimal): -15829744 or 1078542. OLE color: 1078542.

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

Color convert

RGB 14 117 16 -
CMYK 0.88 0 0.86 0.54
HSL 121.17º 0.79% 0.26% -
HSV(B) 121.17º 0.88% 0.46% -
XYZ 6.64 12.85 2.62 -
YUV 74.69 94.88 84.71 -
System Red Green Blue C M Y K H S L
Decimal 14 117 16 0.88 0 0.86 0.54 121.17 0.79 0.26
Hex E 75 10 58 0 56 36 79 4F 1A
Octal 16 165 20 130 0 126 66 171 117 32
Binary 1110 1110101 10000 1011000 0 1010110 110110 1111001 1001111 11010

Color Harmonies of #0E7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7510

Black with #0E7510

Text Example


Text Example

White with #0E7510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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