Html Css Color HEX #717801 Olive

📋 copy color: '#717801'

red 113 ◦ green 120 ◦ blue 1

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

Shades of Olive #717801

Tints of Olive #717801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.28%

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

R = 48.29%
G = 51.28%
B = 0.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#717801 (or 0x717801) is known color: Olive. HEX triplet: 71, 78 and 01. RGB value is (113,120,1). Sum of RGB (Red+Green+Blue) = 113+120+1=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #717801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717801 is #8E87FE. Grayscale: #686868. Windows color (decimal): -9340927 or 96369. OLE color: 96369.

HSL color Cylindrical-coordinate representation of color #717801: hue angle of 63.53º 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 #717801 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 120 1 -
CMYK 0.06 0 0.99 0.53
HSL 63.53º 0.98% 0.24% -
HSV(B) 63.53º 0.99% 0.47% -
XYZ 13.53 16.95 2.59 -
YUV 104.34 69.68 134.18 -
System Red Green Blue C M Y K H S L
Decimal 113 120 1 0.06 0 0.99 0.53 63.53 0.98 0.24
Hex 71 78 1 6 0 63 35 40 62 18
Octal 161 170 1 6 0 143 65 100 142 30
Binary 1110001 1111000 1 110 0 1100011 110101 1000000 1100010 11000

Color Harmonies of #717801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717801

Black with #717801

Text Example


Text Example

White with #717801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717801; }

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

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

background-color css

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

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

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

border-color css

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

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

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