Html Css Color HEX #717500 Olive

📋 copy color: '#717500'

red 113 ◦ green 117 ◦ blue 0

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

Shades of Olive #717500

Tints of Olive #717500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.13%
G = 50.87%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#717500 (or 0x717500) is known color: Olive. HEX triplet: 71, 75 and 00. RGB value is (113,117,0). Sum of RGB (Red+Green+Blue) = 113+117+0=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #717500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717500 is #8E8AFF. Grayscale: #666666. Windows color (decimal): -9341696 or 30065. OLE color: 30065.

HSL color Cylindrical-coordinate representation of color #717500: hue angle of 62.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #717500 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 0 -
CMYK 0.03 0 1 0.54
HSL 62.05º 1% 0.23% -
HSV(B) 62.05º 1% 0.46% -
XYZ 13.17 16.23 2.44 -
YUV 102.47 70.17 135.51 -
System Red Green Blue C M Y K H S L
Decimal 113 117 0 0.03 0 1 0.54 62.05 1 0.23
Hex 71 75 0 3 0 64 36 3E 64 17
Octal 161 165 0 3 0 144 66 76 144 27
Binary 1110001 1110101 0 11 0 1100100 110110 111110 1100100 10111

Color Harmonies of #717500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717500

Black with #717500

Text Example


Text Example

White with #717500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717500; }

 p { color: rgb(113,117,0); }

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

background-color css

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

 a { background-color: rgb(113,117,0); }

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

border-color css

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

 span { border-color: rgb(113,117,0); }

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