Html Css Color HEX #7E8805 Olive

📋 copy color: '#7E8805'

red 126 ◦ green 136 ◦ blue 5

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

Shades of Olive #7E8805

Tints of Olive #7E8805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 47.19%
G = 50.94%
B = 1.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#7E8805 (or 0x7E8805) is known color: Olive. HEX triplet: 7E, 88 and 05. RGB value is (126,136,5). Sum of RGB (Red+Green+Blue) = 126+136+5=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8805 is #8177FA. Grayscale: #767676. Windows color (decimal): -8484859 or 362622. OLE color: 362622.

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

Color convert

RGB 126 136 5 -
CMYK 0.07 0 0.96 0.47
HSL 64.58º 0.93% 0.28% -
HSV(B) 64.58º 0.96% 0.53% -
XYZ 17.44 22.05 3.48 -
YUV 118.08 64.19 133.65 -
System Red Green Blue C M Y K H S L
Decimal 126 136 5 0.07 0 0.96 0.47 64.58 0.93 0.28
Hex 7E 88 5 7 0 60 2F 41 5D 1C
Octal 176 210 5 7 0 140 57 101 135 34
Binary 1111110 10001000 101 111 0 1100000 101111 1000001 1011101 11100

Color Harmonies of #7E8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8805

Black with #7E8805

Text Example


Text Example

White with #7E8805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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