Html Css Color HEX #716709 Olive

📋 copy color: '#716709'

red 113 ◦ green 103 ◦ blue 9

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

Shades of Olive #716709

Tints of Olive #716709

RGB

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

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

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

R = 50.22%
G = 45.78%
B = 4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#716709 (or 0x716709) is known color: Olive. HEX triplet: 71, 67 and 09. RGB value is (113,103,9). Sum of RGB (Red+Green+Blue) = 113+103+9=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #716709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716709 is #8E98F6. Grayscale: #5F5F5F. Windows color (decimal): -9345271 or 616305. OLE color: 616305.

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

Color convert

RGB 113 103 9 -
CMYK 0 0.09 0.92 0.56
HSL 54.23º 0.85% 0.24% -
HSV(B) 54.23º 0.92% 0.44% -
XYZ 11.71 13.23 2.2 -
YUV 95.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 113 103 9 0 0.09 0.92 0.56 54.23 0.85 0.24
Hex 71 67 9 0 9 5C 38 36 55 18
Octal 161 147 11 0 11 134 70 66 125 30
Binary 1110001 1100111 1001 0 1001 1011100 111000 110110 1010101 11000

Color Harmonies of #716709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716709

Black with #716709

Text Example


Text Example

White with #716709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716709; }

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

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

background-color css

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

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

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

border-color css

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

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

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