Html Css Color HEX #716A09 Olive

📋 copy color: '#716A09'

red 113 ◦ green 106 ◦ blue 9

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

Shades of Olive #716A09

Tints of Olive #716A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.95%

R = 49.56%
G = 46.49%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#716A09 (or 0x716A09) is known color: Olive. HEX triplet: 71, 6A and 09. RGB value is (113,106,9). Sum of RGB (Red+Green+Blue) = 113+106+9=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #716A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A09 is #8E95F6. Grayscale: #616161. Windows color (decimal): -9344503 or 617073. OLE color: 617073.

HSL color Cylindrical-coordinate representation of color #716A09: hue angle of 55.96º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #716A09 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 9 -
CMYK 0 0.06 0.92 0.56
HSL 55.96º 0.85% 0.24% -
HSV(B) 55.96º 0.92% 0.44% -
XYZ 12.01 13.84 2.3 -
YUV 97.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 113 106 9 0 0.06 0.92 0.56 55.96 0.85 0.24
Hex 71 6A 9 0 6 5C 38 38 55 18
Octal 161 152 11 0 6 134 70 70 125 30
Binary 1110001 1101010 1001 0 110 1011100 111000 111000 1010101 11000

Color Harmonies of #716A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A09

Black with #716A09

Text Example


Text Example

White with #716A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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