Html Css Color HEX #717301 Olive

📋 copy color: '#717301'

red 113 ◦ green 115 ◦ blue 1

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

Shades of Olive #717301

Tints of Olive #717301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.22%

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

R = 49.34%
G = 50.22%
B = 0.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#717301 (or 0x717301) is known color: Olive. HEX triplet: 71, 73 and 01. RGB value is (113,115,1). Sum of RGB (Red+Green+Blue) = 113+115+1=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #717301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717301 is #8E8CFE. Grayscale: #656565. Windows color (decimal): -9342207 or 95089. OLE color: 95089.

HSL color Cylindrical-coordinate representation of color #717301: hue angle of 61.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #717301 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 1 -
CMYK 0.02 0 0.99 0.55
HSL 61.05º 0.98% 0.23% -
HSV(B) 61.05º 0.99% 0.45% -
XYZ 12.95 15.77 2.39 -
YUV 101.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 113 115 1 0.02 0 0.99 0.55 61.05 0.98 0.23
Hex 71 73 1 2 0 63 37 3D 62 17
Octal 161 163 1 2 0 143 67 75 142 27
Binary 1110001 1110011 1 10 0 1100011 110111 111101 1100010 10111

Color Harmonies of #717301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717301

Black with #717301

Text Example


Text Example

White with #717301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717301; }

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

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

background-color css

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

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

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

border-color css

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

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

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