Html Css Color HEX #716900 Olive

📋 copy color: '#716900'

red 113 ◦ green 105 ◦ blue 0

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

Shades of Olive #716900

Tints of Olive #716900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 51.83%
G = 48.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#716900 (or 0x716900) is known color: Olive. HEX triplet: 71, 69 and 00. RGB value is (113,105,0). Sum of RGB (Red+Green+Blue) = 113+105+0=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #716900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716900 is #8E96FF. Grayscale: #5F5F5F. Windows color (decimal): -9344768 or 26993. OLE color: 26993.

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

Color convert

RGB 113 105 0 -
CMYK 0 0.07 1 0.56
HSL 55.75º 1% 0.22% -
HSV(B) 55.75º 1% 0.44% -
XYZ 11.86 13.61 2 -
YUV 95.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 113 105 0 0 0.07 1 0.56 55.75 1 0.22
Hex 71 69 0 0 7 64 38 38 64 16
Octal 161 151 0 0 7 144 70 70 144 26
Binary 1110001 1101001 0 0 111 1100100 111000 111000 1100100 10110

Color Harmonies of #716900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716900

Black with #716900

Text Example


Text Example

White with #716900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716900; }

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

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

background-color css

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

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

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

border-color css

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

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

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