Html Css Color HEX #716C07 Olive

📋 copy color: '#716C07'

red 113 ◦ green 108 ◦ blue 7

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

Shades of Olive #716C07

Tints of Olive #716C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.37%

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

R = 49.56%
G = 47.37%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#716C07 (or 0x716C07) is known color: Olive. HEX triplet: 71, 6C and 07. RGB value is (113,108,7). Sum of RGB (Red+Green+Blue) = 113+108+7=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #716C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C07 is #8E93F8. Grayscale: #626262. Windows color (decimal): -9343993 or 486513. OLE color: 486513.

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

Color convert

RGB 113 108 7 -
CMYK 0 0.04 0.94 0.56
HSL 57.17º 0.88% 0.24% -
HSV(B) 57.17º 0.94% 0.44% -
XYZ 12.21 14.25 2.31 -
YUV 97.98 76.66 138.71 -
System Red Green Blue C M Y K H S L
Decimal 113 108 7 0 0.04 0.94 0.56 57.17 0.88 0.24
Hex 71 6C 7 0 4 5E 38 39 58 18
Octal 161 154 7 0 4 136 70 71 130 30
Binary 1110001 1101100 111 0 100 1011110 111000 111001 1011000 11000

Color Harmonies of #716C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C07

Black with #716C07

Text Example


Text Example

White with #716C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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