#917707

Color #917707 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #917707

Tints of Olive #917707

Color information

#917707 (or 0x917707) is unknown color: approx Olive. HEX triplet: 91, 77 and 07. RGB value is (145,119,7). Sum of RGB (Red+Green+Blue) = 145+119+7=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #917707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917707 is #6E88F8. Grayscale: #727272. Windows color (decimal): -7244025 or 489361. OLE color: 489361.

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

Color convert

RGB1451197-
CMYK00.180.950.43
HSL48.7º90.79%29.8%-
HSV(B)48.7º95.17%56.86%-
XYZ18.3119.232.95-
YUV114.0167.61150.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.51%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 7 (3.12% from 255) = 2.58%
R=53.51%
G=43.91%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145119700.180.950.4348.790.7929.8
Hex917770125F2B315b1e
Octal2211677022137536113336
Binary1001000111101111110100101011111101011110001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917707; }

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

 H1.HeaderClassName
 {
   color: #917707;
 }
 .AnyTagClassName
 {
   color: #917707;
 }
</style>
background-color css

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

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

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

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

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

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