Html Css Color HEX #917501 Olive

📋 copy color: '#917501'

red 145 ◦ green 117 ◦ blue 1

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

Shades of Olive #917501

Tints of Olive #917501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

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

R = 55.13%
G = 44.49%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#917501 (or 0x917501) is known color: Olive. HEX triplet: 91, 75 and 01. RGB value is (145,117,1). Sum of RGB (Red+Green+Blue) = 145+117+1=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #917501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917501 is #6E8AFE. Grayscale: #707070. Windows color (decimal): -7244543 or 95633. OLE color: 95633.

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

Color convert

RGB 145 117 1 -
CMYK 0 0.19 0.99 0.43
HSL 48.33º 0.99% 0.29% -
HSV(B) 48.33º 0.99% 0.57% -
XYZ 18.04 18.74 2.7 -
YUV 112.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 145 117 1 0 0.19 0.99 0.43 48.33 0.99 0.29
Hex 91 75 1 0 13 63 2B 30 63 1D
Octal 221 165 1 0 23 143 53 60 143 35
Binary 10010001 1110101 1 0 10011 1100011 101011 110000 1100011 11101

Color Harmonies of #917501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917501

Black with #917501

Text Example


Text Example

White with #917501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917501; }

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

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

background-color css

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

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

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

border-color css

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

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

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