Html Css Color HEX #716201 Olive

📋 copy color: '#716201'

red 113 ◦ green 98 ◦ blue 1

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

Shades of Olive #716201

Tints of Olive #716201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.23%

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

R = 53.3%
G = 46.23%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#716201 (or 0x716201) is known color: Olive. HEX triplet: 71, 62 and 01. RGB value is (113,98,1). Sum of RGB (Red+Green+Blue) = 113+98+1=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #716201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716201 is #8E9DFE. Grayscale: #5B5B5B. Windows color (decimal): -9346559 or 90737. OLE color: 90737.

HSL color Cylindrical-coordinate representation of color #716201: hue angle of 51.96º 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 #716201 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 1 -
CMYK 0 0.13 0.99 0.56
HSL 51.96º 0.98% 0.22% -
HSV(B) 51.96º 0.99% 0.44% -
XYZ 11.18 12.25 1.8 -
YUV 91.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 113 98 1 0 0.13 0.99 0.56 51.96 0.98 0.22
Hex 71 62 1 0 D 63 38 34 62 16
Octal 161 142 1 0 15 143 70 64 142 26
Binary 1110001 1100010 1 0 1101 1100011 111000 110100 1100010 10110

Color Harmonies of #716201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716201

Black with #716201

Text Example


Text Example

White with #716201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716201; }

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

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

background-color css

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

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

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

border-color css

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

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

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