Html Css Color HEX #716807 Olive

📋 copy color: '#716807'

red 113 ◦ green 104 ◦ blue 7

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

Shades of Olive #716807

Tints of Olive #716807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.13%

R = 50.45%
G = 46.43%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#716807 (or 0x716807) is known color: Olive. HEX triplet: 71, 68 and 07. RGB value is (113,104,7). Sum of RGB (Red+Green+Blue) = 113+104+7=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #716807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716807 is #8E97F8. Grayscale: #606060. Windows color (decimal): -9345017 or 485489. OLE color: 485489.

HSL color Cylindrical-coordinate representation of color #716807: hue angle of 54.91º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #716807 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 104 7 -
CMYK 0 0.08 0.94 0.56
HSL 54.91º 0.88% 0.24% -
HSV(B) 54.91º 0.94% 0.44% -
XYZ 11.8 13.43 2.17 -
YUV 95.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 113 104 7 0 0.08 0.94 0.56 54.91 0.88 0.24
Hex 71 68 7 0 8 5E 38 37 58 18
Octal 161 150 7 0 10 136 70 67 130 30
Binary 1110001 1101000 111 0 1000 1011110 111000 110111 1011000 11000

Color Harmonies of #716807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716807

Black with #716807

Text Example


Text Example

White with #716807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716807; }

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

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

background-color css

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

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

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

border-color css

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

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

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