Html Css Color HEX #917901 Olive

📋 copy color: '#917901'

red 145 ◦ green 121 ◦ blue 1

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

Shades of Olive #917901

Tints of Olive #917901

RGB

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

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

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

R = 54.31%
G = 45.32%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#917901 (or 0x917901) is known color: Olive. HEX triplet: 91, 79 and 01. RGB value is (145,121,1). Sum of RGB (Red+Green+Blue) = 145+121+1=267 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.31% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 145 - color contains mainly: red. Hex color #917901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917901 is #6E86FE. Grayscale: #737373. Windows color (decimal): -7243519 or 96657. OLE color: 96657.

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

Color convert

RGB 145 121 1 -
CMYK 0 0.17 0.99 0.43
HSL 50º 0.99% 0.29% -
HSV(B) 50º 0.99% 0.57% -
XYZ 18.52 19.7 2.85 -
YUV 114.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 145 121 1 0 0.17 0.99 0.43 50 0.99 0.29
Hex 91 79 1 0 11 63 2B 32 63 1D
Octal 221 171 1 0 21 143 53 62 143 35
Binary 10010001 1111001 1 0 10001 1100011 101011 110010 1100011 11101

Color Harmonies of #917901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917901

Black with #917901

Text Example


Text Example

White with #917901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917901; }

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

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

background-color css

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

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

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

border-color css

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

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

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