Html Css Color HEX #717901 Olive

📋 copy color: '#717901'

red 113 ◦ green 121 ◦ blue 1

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

Shades of Olive #717901

Tints of Olive #717901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.49%

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

R = 48.09%
G = 51.49%
B = 0.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#717901 (or 0x717901) is known color: Olive. HEX triplet: 71, 79 and 01. RGB value is (113,121,1). Sum of RGB (Red+Green+Blue) = 113+121+1=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #717901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717901 is #8E86FE. Grayscale: #696969. Windows color (decimal): -9340671 or 96625. OLE color: 96625.

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

Color convert

RGB 113 121 1 -
CMYK 0.07 0 0.99 0.53
HSL 64º 0.98% 0.24% -
HSV(B) 64º 0.99% 0.47% -
XYZ 13.65 17.19 2.63 -
YUV 104.93 69.35 133.76 -
System Red Green Blue C M Y K H S L
Decimal 113 121 1 0.07 0 0.99 0.53 64 0.98 0.24
Hex 71 79 1 7 0 63 35 40 62 18
Octal 161 171 1 7 0 143 65 100 142 30
Binary 1110001 1111001 1 111 0 1100011 110101 1000000 1100010 11000

Color Harmonies of #717901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717901

Black with #717901

Text Example


Text Example

White with #717901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717901; }

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

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

background-color css

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

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

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

border-color css

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

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

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