Html Css Color HEX #716A07 Olive

📋 copy color: '#716A07'

red 113 ◦ green 106 ◦ blue 7

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

Shades of Olive #716A07

Tints of Olive #716A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.9%

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

R = 50%
G = 46.9%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#716A07 (or 0x716A07) is known color: Olive. HEX triplet: 71, 6A and 07. RGB value is (113,106,7). Sum of RGB (Red+Green+Blue) = 113+106+7=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #716A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A07 is #8E95F8. Grayscale: #616161. Windows color (decimal): -9344505 or 486001. OLE color: 486001.

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

Color convert

RGB 113 106 7 -
CMYK 0 0.06 0.94 0.56
HSL 56.04º 0.88% 0.24% -
HSV(B) 56.04º 0.94% 0.44% -
XYZ 12 13.83 2.24 -
YUV 96.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 113 106 7 0 0.06 0.94 0.56 56.04 0.88 0.24
Hex 71 6A 7 0 6 5E 38 38 58 18
Octal 161 152 7 0 6 136 70 70 130 30
Binary 1110001 1101010 111 0 110 1011110 111000 111000 1011000 11000

Color Harmonies of #716A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A07

Black with #716A07

Text Example


Text Example

White with #716A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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