Html Css Color HEX #716801 Olive

📋 copy color: '#716801'

red 113 ◦ green 104 ◦ blue 1

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

Shades of Olive #716801

Tints of Olive #716801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.71%

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

R = 51.83%
G = 47.71%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#716801 (or 0x716801) is known color: Olive. HEX triplet: 71, 68 and 01. RGB value is (113,104,1). Sum of RGB (Red+Green+Blue) = 113+104+1=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #716801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716801 is #8E97FE. Grayscale: #5F5F5F. Windows color (decimal): -9345023 or 92273. OLE color: 92273.

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

Color convert

RGB 113 104 1 -
CMYK 0 0.08 0.99 0.56
HSL 55.18º 0.98% 0.22% -
HSV(B) 55.18º 0.99% 0.44% -
XYZ 11.77 13.41 2 -
YUV 94.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 113 104 1 0 0.08 0.99 0.56 55.18 0.98 0.22
Hex 71 68 1 0 8 63 38 37 62 16
Octal 161 150 1 0 10 143 70 67 142 26
Binary 1110001 1101000 1 0 1000 1100011 111000 110111 1100010 10110

Color Harmonies of #716801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716801

Black with #716801

Text Example


Text Example

White with #716801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716801; }

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

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

background-color css

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

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

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

border-color css

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

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

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