Html Css Color HEX #7E880F Olive

📋 copy color: '#7E880F'

red 126 ◦ green 136 ◦ blue 15

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

Shades of Olive #7E880F

Tints of Olive #7E880F

RGB

 RED value IS 126 (49.61% from 255) = 45.49%

 GREEN value IS 136 (53.52% from 255) = 49.1%

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 45.49%
G = 49.1%
B = 5.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#7E880F (or 0x7E880F) is known color: Olive. HEX triplet: 7E, 88 and 0F. RGB value is (126,136,15). Sum of RGB (Red+Green+Blue) = 126+136+15=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #7E880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E880F is #8177F0. Grayscale: #777777. Windows color (decimal): -8484849 or 1017982. OLE color: 1017982.

HSL color Cylindrical-coordinate representation of color #7E880F: hue angle of 64.96º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E880F is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 136 15 -
CMYK 0.07 0 0.89 0.47
HSL 64.96º 0.8% 0.3% -
HSV(B) 64.96º 0.89% 0.53% -
XYZ 17.49 22.08 3.79 -
YUV 119.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 126 136 15 0.07 0 0.89 0.47 64.96 0.8 0.3
Hex 7E 88 F 7 0 59 2F 41 50 1E
Octal 176 210 17 7 0 131 57 101 120 36
Binary 1111110 10001000 1111 111 0 1011001 101111 1000001 1010000 11110

Color Harmonies of #7E880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E880F

Black with #7E880F

Text Example


Text Example

White with #7E880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E880F; }

 p { color: rgb(126,136,15); }

 H1.HeaderClassName
 {
   color: #7E880F;
 }
 .AnyTagClassName
 {
   color: #7E880F;
 }
</style>

background-color css

<style>
 a { background-color: #7E880F; }

 a { background-color: rgb(126,136,15); }

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

border-color css

<style>
 span { border-color: #7E880F; }

 span { border-color: rgb(126,136,15); }

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