Html Css Color HEX #716700 Olive

📋 copy color: '#716700'

red 113 ◦ green 103 ◦ blue 0

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

Shades of Olive #716700

Tints of Olive #716700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.69%

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

R = 52.31%
G = 47.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#716700 (or 0x716700) is known color: Olive. HEX triplet: 71, 67 and 00. RGB value is (113,103,0). Sum of RGB (Red+Green+Blue) = 113+103+0=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #716700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716700 is #8E98FF. Grayscale: #5E5E5E. Windows color (decimal): -9345280 or 26481. OLE color: 26481.

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

Color convert

RGB 113 103 0 -
CMYK 0 0.09 1 0.56
HSL 54.69º 1% 0.22% -
HSV(B) 54.69º 1% 0.44% -
XYZ 11.66 13.21 1.94 -
YUV 94.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 113 103 0 0 0.09 1 0.56 54.69 1 0.22
Hex 71 67 0 0 9 64 38 37 64 16
Octal 161 147 0 0 11 144 70 67 144 26
Binary 1110001 1100111 0 0 1001 1100100 111000 110111 1100100 10110

Color Harmonies of #716700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716700

Black with #716700

Text Example


Text Example

White with #716700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716700; }

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

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

background-color css

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

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

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

border-color css

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

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

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