Html Css Color HEX #0E770B Green

📋 copy color: '#0E770B'

red 14 ◦ green 119 ◦ blue 11

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

Shades of Green #0E770B

Tints of Green #0E770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 82.64%

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 9.72%
G = 82.64%
B = 7.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#0E770B (or 0x0E770B) is known color: Green. HEX triplet: 0E, 77 and 0B. RGB value is (14,119,11). Sum of RGB (Red+Green+Blue) = 14+119+11=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 119 (46.88% from 255 or 82.64% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 119 - color contains mainly: green. Hex color #0E770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E770B is #F188F4. Grayscale: #4B4B4B. Windows color (decimal): -15829237 or 751374. OLE color: 751374.

HSL color Cylindrical-coordinate representation of color #0E770B: hue angle of 118.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E770B is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 119 11 -
CMYK 0.88 0 0.91 0.53
HSL 118.33º 0.83% 0.25% -
HSV(B) 118.33º 0.91% 0.47% -
XYZ 6.84 13.31 2.53 -
YUV 75.29 91.71 84.28 -
System Red Green Blue C M Y K H S L
Decimal 14 119 11 0.88 0 0.91 0.53 118.33 0.83 0.25
Hex E 77 B 58 0 5B 35 76 53 19
Octal 16 167 13 130 0 133 65 166 123 31
Binary 1110 1110111 1011 1011000 0 1011011 110101 1110110 1010011 11001

Color Harmonies of #0E770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E770B

Black with #0E770B

Text Example


Text Example

White with #0E770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,119,11); }

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

background-color css

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

 a { background-color: rgb(14,119,11); }

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

border-color css

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

 span { border-color: rgb(14,119,11); }

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