Html Css Color HEX #7D8805 Olive

📋 copy color: '#7D8805'

red 125 ◦ green 136 ◦ blue 5

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

Shades of Olive #7D8805

Tints of Olive #7D8805

RGB

 RED value IS 125 (49.22% from 255) = 46.99%

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

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

R = 46.99%
G = 51.13%
B = 1.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#7D8805 (or 0x7D8805) is known color: Olive. HEX triplet: 7D, 88 and 05. RGB value is (125,136,5). Sum of RGB (Red+Green+Blue) = 125+136+5=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8805 is #8277FA. Grayscale: #767676. Windows color (decimal): -8550395 or 362621. OLE color: 362621.

HSL color Cylindrical-coordinate representation of color #7D8805: hue angle of 65.04º 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 #7D8805 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 136 5 -
CMYK 0.08 0 0.96 0.47
HSL 65.04º 0.93% 0.28% -
HSV(B) 65.04º 0.96% 0.53% -
XYZ 17.29 21.98 3.47 -
YUV 117.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 125 136 5 0.08 0 0.96 0.47 65.04 0.93 0.28
Hex 7D 88 5 8 0 60 2F 41 5D 1C
Octal 175 210 5 10 0 140 57 101 135 34
Binary 1111101 10001000 101 1000 0 1100000 101111 1000001 1011101 11100

Color Harmonies of #7D8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8805

Black with #7D8805

Text Example


Text Example

White with #7D8805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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