Html Css Color HEX #717705 Olive

📋 copy color: '#717705'

red 113 ◦ green 119 ◦ blue 5

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

Shades of Olive #717705

Tints of Olive #717705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 47.68%
G = 50.21%
B = 2.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#717705 (or 0x717705) is known color: Olive. HEX triplet: 71, 77 and 05. RGB value is (113,119,5). Sum of RGB (Red+Green+Blue) = 113+119+5=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #717705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717705 is #8E88FA. Grayscale: #686868. Windows color (decimal): -9341179 or 358257. OLE color: 358257.

HSL color Cylindrical-coordinate representation of color #717705: hue angle of 63.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #717705 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 5 -
CMYK 0.05 0 0.96 0.53
HSL 63.16º 0.92% 0.24% -
HSV(B) 63.16º 0.96% 0.47% -
XYZ 13.43 16.72 2.66 -
YUV 104.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 113 119 5 0.05 0 0.96 0.53 63.16 0.92 0.24
Hex 71 77 5 5 0 60 35 3F 5C 18
Octal 161 167 5 5 0 140 65 77 134 30
Binary 1110001 1110111 101 101 0 1100000 110101 111111 1011100 11000

Color Harmonies of #717705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717705

Black with #717705

Text Example


Text Example

White with #717705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717705; }

 p { color: rgb(113,119,5); }

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

background-color css

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

 a { background-color: rgb(113,119,5); }

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

border-color css

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

 span { border-color: rgb(113,119,5); }

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