Html Css Color HEX #716600 Olive

📋 copy color: '#716600'

red 113 ◦ green 102 ◦ blue 0

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

Shades of Olive #716600

Tints of Olive #716600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.44%

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

R = 52.56%
G = 47.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#716600 (or 0x716600) is known color: Olive. HEX triplet: 71, 66 and 00. RGB value is (113,102,0). Sum of RGB (Red+Green+Blue) = 113+102+0=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #716600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716600 is #8E99FF. Grayscale: #5E5E5E. Windows color (decimal): -9345536 or 26225. OLE color: 26225.

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

Color convert

RGB 113 102 0 -
CMYK 0 0.10 1 0.56
HSL 54.16º 1% 0.22% -
HSV(B) 54.16º 1% 0.44% -
XYZ 11.56 13.01 1.9 -
YUV 93.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 113 102 0 0 0.10 1 0.56 54.16 1 0.22
Hex 71 66 0 0 A 64 38 36 64 16
Octal 161 146 0 0 12 144 70 66 144 26
Binary 1110001 1100110 0 0 1010 1100100 111000 110110 1100100 10110

Color Harmonies of #716600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716600

Black with #716600

Text Example


Text Example

White with #716600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716600; }

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

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

background-color css

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

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

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

border-color css

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

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

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