Html Css Color HEX #716401 Olive

📋 copy color: '#716401'

red 113 ◦ green 100 ◦ blue 1

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

Shades of Olive #716401

Tints of Olive #716401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 52.8%
G = 46.73%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#716401 (or 0x716401) is known color: Olive. HEX triplet: 71, 64 and 01. RGB value is (113,100,1). Sum of RGB (Red+Green+Blue) = 113+100+1=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #716401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716401 is #8E9BFE. Grayscale: #5D5D5D. Windows color (decimal): -9346047 or 91249. OLE color: 91249.

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

Color convert

RGB 113 100 1 -
CMYK 0 0.12 0.99 0.56
HSL 53.04º 0.98% 0.22% -
HSV(B) 53.04º 0.99% 0.44% -
XYZ 11.37 12.63 1.87 -
YUV 92.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 113 100 1 0 0.12 0.99 0.56 53.04 0.98 0.22
Hex 71 64 1 0 C 63 38 35 62 16
Octal 161 144 1 0 14 143 70 65 142 26
Binary 1110001 1100100 1 0 1100 1100011 111000 110101 1100010 10110

Color Harmonies of #716401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716401

Black with #716401

Text Example


Text Example

White with #716401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716401; }

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

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

background-color css

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

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

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

border-color css

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

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

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