Html Css Color HEX #716100 Olive

📋 copy color: '#716100'

red 113 ◦ green 97 ◦ blue 0

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

Shades of Olive #716100

Tints of Olive #716100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.81%
G = 46.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#716100 (or 0x716100) is known color: Olive. HEX triplet: 71, 61 and 00. RGB value is (113,97,0). Sum of RGB (Red+Green+Blue) = 113+97+0=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #716100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716100 is #8E9EFF. Grayscale: #5B5B5B. Windows color (decimal): -9346816 or 24945. OLE color: 24945.

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

Color convert

RGB 113 97 0 -
CMYK 0 0.14 1 0.56
HSL 51.5º 1% 0.22% -
HSV(B) 51.5º 1% 0.44% -
XYZ 11.08 12.06 1.74 -
YUV 90.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 113 97 0 0 0.14 1 0.56 51.5 1 0.22
Hex 71 61 0 0 E 64 38 34 64 16
Octal 161 141 0 0 16 144 70 64 144 26
Binary 1110001 1100001 0 0 1110 1100100 111000 110100 1100100 10110

Color Harmonies of #716100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716100

Black with #716100

Text Example


Text Example

White with #716100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716100; }

 p { color: rgb(113,97,0); }

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

background-color css

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

 a { background-color: rgb(113,97,0); }

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

border-color css

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

 span { border-color: rgb(113,97,0); }

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