Html Css Color HEX #717201 Olive

📋 copy color: '#717201'

red 113 ◦ green 114 ◦ blue 1

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

Shades of Olive #717201

Tints of Olive #717201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50%

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

R = 49.56%
G = 50%
B = 0.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#717201 (or 0x717201) is known color: Olive. HEX triplet: 71, 72 and 01. RGB value is (113,114,1). Sum of RGB (Red+Green+Blue) = 113+114+1=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #717201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717201 is #8E8DFE. Grayscale: #656565. Windows color (decimal): -9342463 or 94833. OLE color: 94833.

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

Color convert

RGB 113 114 1 -
CMYK 0.01 0 0.99 0.55
HSL 60.53º 0.98% 0.23% -
HSV(B) 60.53º 0.99% 0.45% -
XYZ 12.83 15.55 2.35 -
YUV 100.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 113 114 1 0.01 0 0.99 0.55 60.53 0.98 0.23
Hex 71 72 1 1 0 63 37 3D 62 17
Octal 161 162 1 1 0 143 67 75 142 27
Binary 1110001 1110010 1 1 0 1100011 110111 111101 1100010 10111

Color Harmonies of #717201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717201

Black with #717201

Text Example


Text Example

White with #717201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717201; }

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

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

background-color css

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

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

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

border-color css

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

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

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