Html Css Color HEX #7D7404 Olive

📋 copy color: '#7D7404'

red 125 ◦ green 116 ◦ blue 4

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

Shades of Olive #7D7404

Tints of Olive #7D7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

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

R = 51.02%
G = 47.35%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7D7404 (or 0x7D7404) is known color: Olive. HEX triplet: 7D, 74 and 04. RGB value is (125,116,4). Sum of RGB (Red+Green+Blue) = 125+116+4=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7404 is #828BFB. Grayscale: #6A6A6A. Windows color (decimal): -8555516 or 291965. OLE color: 291965.

HSL color Cylindrical-coordinate representation of color #7D7404: hue angle of 55.54º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D7404 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 116 4 -
CMYK 0 0.07 0.97 0.51
HSL 55.54º 0.94% 0.25% -
HSV(B) 55.54º 0.97% 0.49% -
XYZ 14.72 16.86 2.59 -
YUV 105.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 125 116 4 0 0.07 0.97 0.51 55.54 0.94 0.25
Hex 7D 74 4 0 7 61 33 38 5E 19
Octal 175 164 4 0 7 141 63 70 136 31
Binary 1111101 1110100 100 0 111 1100001 110011 111000 1011110 11001

Color Harmonies of #7D7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7404

Black with #7D7404

Text Example


Text Example

White with #7D7404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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