Html Css Color HEX #0E761A Forest Green

📋 copy color: '#0E761A'

red 14 ◦ green 118 ◦ blue 26

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

Shades of Forest Green #0E761A

Tints of Forest Green #0E761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.46%

R = 8.86%
G = 74.68%
B = 16.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#0E761A (or 0x0E761A) is known color: Forest Green. HEX triplet: 0E, 76 and 1A. RGB value is (14,118,26). Sum of RGB (Red+Green+Blue) = 14+118+26=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #0E761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E761A is #F189E5. Grayscale: #4C4C4C. Windows color (decimal): -15829478 or 1734158. OLE color: 1734158.

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

Color convert

RGB 14 118 26 -
CMYK 0.88 0 0.78 0.54
HSL 126.92º 0.79% 0.26% -
HSV(B) 126.92º 0.88% 0.46% -
XYZ 6.85 13.12 3.15 -
YUV 76.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 14 118 26 0.88 0 0.78 0.54 126.92 0.79 0.26
Hex E 76 1A 58 0 4E 36 7F 4F 1A
Octal 16 166 32 130 0 116 66 177 117 32
Binary 1110 1110110 11010 1011000 0 1001110 110110 1111111 1001111 11010

Color Harmonies of #0E761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E761A

Black with #0E761A

Text Example


Text Example

White with #0E761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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