Html Css Color HEX #917701 Olive

📋 copy color: '#917701'

red 145 ◦ green 119 ◦ blue 1

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

Shades of Olive #917701

Tints of Olive #917701

RGB

 RED value IS 145 (57.03% from 255) = 54.72%

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

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

R = 54.72%
G = 44.91%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#917701 (or 0x917701) is known color: Olive. HEX triplet: 91, 77 and 01. RGB value is (145,119,1). Sum of RGB (Red+Green+Blue) = 145+119+1=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #917701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917701 is #6E88FE. Grayscale: #717171. Windows color (decimal): -7244031 or 96145. OLE color: 96145.

HSL color Cylindrical-coordinate representation of color #917701: hue angle of 49.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #917701 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 119 1 -
CMYK 0 0.18 0.99 0.43
HSL 49.17º 0.99% 0.29% -
HSV(B) 49.17º 0.99% 0.57% -
XYZ 18.28 19.22 2.77 -
YUV 113.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 145 119 1 0 0.18 0.99 0.43 49.17 0.99 0.29
Hex 91 77 1 0 12 63 2B 31 63 1D
Octal 221 167 1 0 22 143 53 61 143 35
Binary 10010001 1110111 1 0 10010 1100011 101011 110001 1100011 11101

Color Harmonies of #917701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917701

Black with #917701

Text Example


Text Example

White with #917701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917701; }

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

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

background-color css

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

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

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

border-color css

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

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

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