Html Css Color HEX #7D8504 Olive

📋 copy color: '#7D8504'

red 125 ◦ green 133 ◦ blue 4

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

Shades of Olive #7D8504

Tints of Olive #7D8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.76%

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

R = 47.71%
G = 50.76%
B = 1.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#7D8504 (or 0x7D8504) is known color: Olive. HEX triplet: 7D, 85 and 04. RGB value is (125,133,4). Sum of RGB (Red+Green+Blue) = 125+133+4=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8504 is #827AFB. Grayscale: #747474. Windows color (decimal): -8551164 or 296317. OLE color: 296317.

HSL color Cylindrical-coordinate representation of color #7D8504: hue angle of 63.72º 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 #7D8504 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 4 -
CMYK 0.06 0 0.97 0.48
HSL 63.72º 0.94% 0.27% -
HSV(B) 63.72º 0.97% 0.52% -
XYZ 16.87 21.14 3.31 -
YUV 115.9 64.85 134.49 -
System Red Green Blue C M Y K H S L
Decimal 125 133 4 0.06 0 0.97 0.48 63.72 0.94 0.27
Hex 7D 85 4 6 0 61 30 40 5E 1B
Octal 175 205 4 6 0 141 60 100 136 33
Binary 1111101 10000101 100 110 0 1100001 110000 1000000 1011110 11011

Color Harmonies of #7D8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8504

Black with #7D8504

Text Example


Text Example

White with #7D8504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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