Html Css Color HEX #716404 Olive

📋 copy color: '#716404'

red 113 ◦ green 100 ◦ blue 4

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

Shades of Olive #716404

Tints of Olive #716404

RGB

 RED value IS 113 (44.53% from 255) = 52.07%

 GREEN value IS 100 (39.45% from 255) = 46.08%

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

R = 52.07%
G = 46.08%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716404 (or 0x716404) is known color: Olive. HEX triplet: 71, 64 and 04. RGB value is (113,100,4). Sum of RGB (Red+Green+Blue) = 113+100+4=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #716404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716404 is #8E9BFB. Grayscale: #5D5D5D. Windows color (decimal): -9346044 or 287857. OLE color: 287857.

HSL color Cylindrical-coordinate representation of color #716404: hue angle of 52.84º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #716404 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 100 4 -
CMYK 0 0.12 0.96 0.56
HSL 52.84º 0.93% 0.23% -
HSV(B) 52.84º 0.96% 0.44% -
XYZ 11.39 12.63 1.95 -
YUV 92.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 113 100 4 0 0.12 0.96 0.56 52.84 0.93 0.23
Hex 71 64 4 0 C 60 38 35 5D 17
Octal 161 144 4 0 14 140 70 65 135 27
Binary 1110001 1100100 100 0 1100 1100000 111000 110101 1011101 10111

Color Harmonies of #716404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716404

Black with #716404

Text Example


Text Example

White with #716404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716404; }

 p { color: rgb(113,100,4); }

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

background-color css

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

 a { background-color: rgb(113,100,4); }

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

border-color css

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

 span { border-color: rgb(113,100,4); }

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