Html Css Color HEX #717701 Olive

📋 copy color: '#717701'

red 113 ◦ green 119 ◦ blue 1

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

Shades of Olive #717701

Tints of Olive #717701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 48.5%
G = 51.07%
B = 0.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#717701 (or 0x717701) is known color: Olive. HEX triplet: 71, 77 and 01. RGB value is (113,119,1). Sum of RGB (Red+Green+Blue) = 113+119+1=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #717701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717701 is #8E88FE. Grayscale: #686868. Windows color (decimal): -9341183 or 96113. OLE color: 96113.

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

Color convert

RGB 113 119 1 -
CMYK 0.05 0 0.99 0.53
HSL 63.05º 0.98% 0.24% -
HSV(B) 63.05º 0.99% 0.47% -
XYZ 13.41 16.71 2.55 -
YUV 103.75 70.01 134.59 -
System Red Green Blue C M Y K H S L
Decimal 113 119 1 0.05 0 0.99 0.53 63.05 0.98 0.24
Hex 71 77 1 5 0 63 35 3F 62 18
Octal 161 167 1 5 0 143 65 77 142 30
Binary 1110001 1110111 1 101 0 1100011 110101 111111 1100010 11000

Color Harmonies of #717701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717701

Black with #717701

Text Example


Text Example

White with #717701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717701; }

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

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

background-color css

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

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

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

border-color css

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

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

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