Html Css Color HEX #716707 Olive

📋 copy color: '#716707'

red 113 ◦ green 103 ◦ blue 7

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

Shades of Olive #716707

Tints of Olive #716707

RGB

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

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

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

R = 50.67%
G = 46.19%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#716707 (or 0x716707) is known color: Olive. HEX triplet: 71, 67 and 07. RGB value is (113,103,7). Sum of RGB (Red+Green+Blue) = 113+103+7=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #716707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716707 is #8E98F8. Grayscale: #5F5F5F. Windows color (decimal): -9345273 or 485233. OLE color: 485233.

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

Color convert

RGB 113 103 7 -
CMYK 0 0.09 0.94 0.56
HSL 54.34º 0.88% 0.24% -
HSV(B) 54.34º 0.94% 0.44% -
XYZ 11.7 13.23 2.14 -
YUV 95.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 113 103 7 0 0.09 0.94 0.56 54.34 0.88 0.24
Hex 71 67 7 0 9 5E 38 36 58 18
Octal 161 147 7 0 11 136 70 66 130 30
Binary 1110001 1100111 111 0 1001 1011110 111000 110110 1011000 11000

Color Harmonies of #716707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716707

Black with #716707

Text Example


Text Example

White with #716707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716707; }

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

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

background-color css

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

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

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

border-color css

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

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

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