Html Css Color HEX #7D8404 Olive

📋 copy color: '#7D8404'

red 125 ◦ green 132 ◦ blue 4

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

Shades of Olive #7D8404

Tints of Olive #7D8404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 47.89%
G = 50.57%
B = 1.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#7D8404 (or 0x7D8404) is known color: Olive. HEX triplet: 7D, 84 and 04. RGB value is (125,132,4). Sum of RGB (Red+Green+Blue) = 125+132+4=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8404 is #827BFB. Grayscale: #737373. Windows color (decimal): -8551420 or 296061. OLE color: 296061.

HSL color Cylindrical-coordinate representation of color #7D8404: hue angle of 63.28º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D8404 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 132 4 -
CMYK 0.05 0 0.97 0.48
HSL 63.28º 0.94% 0.27% -
HSV(B) 63.28º 0.97% 0.52% -
XYZ 16.73 20.87 3.26 -
YUV 115.32 65.18 134.91 -
System Red Green Blue C M Y K H S L
Decimal 125 132 4 0.05 0 0.97 0.48 63.28 0.94 0.27
Hex 7D 84 4 5 0 61 30 3F 5E 1B
Octal 175 204 4 5 0 141 60 77 136 33
Binary 1111101 10000100 100 101 0 1100001 110000 111111 1011110 11011

Color Harmonies of #7D8404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8404

Black with #7D8404

Text Example


Text Example

White with #7D8404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,132,4); }

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

background-color css

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

 a { background-color: rgb(125,132,4); }

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

border-color css

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

 span { border-color: rgb(125,132,4); }

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