Html Css Color HEX #716800 Olive

📋 copy color: '#716800'

red 113 ◦ green 104 ◦ blue 0

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

Shades of Olive #716800

Tints of Olive #716800

RGB

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

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

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

R = 52.07%
G = 47.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#716800 (or 0x716800) is known color: Olive. HEX triplet: 71, 68 and 00. RGB value is (113,104,0). Sum of RGB (Red+Green+Blue) = 113+104+0=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #716800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716800 is #8E97FF. Grayscale: #5F5F5F. Windows color (decimal): -9345024 or 26737. OLE color: 26737.

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

Color convert

RGB 113 104 0 -
CMYK 0 0.08 1 0.56
HSL 55.22º 1% 0.22% -
HSV(B) 55.22º 1% 0.44% -
XYZ 11.76 13.41 1.97 -
YUV 94.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 113 104 0 0 0.08 1 0.56 55.22 1 0.22
Hex 71 68 0 0 8 64 38 37 64 16
Octal 161 150 0 0 10 144 70 67 144 26
Binary 1110001 1101000 0 0 1000 1100100 111000 110111 1100100 10110

Color Harmonies of #716800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716800

Black with #716800

Text Example


Text Example

White with #716800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716800; }

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

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

background-color css

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

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

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

border-color css

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

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

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