#917502

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

Shades of Olive #917502

Tints of Olive #917502

Color information

#917502 (or 0x917502) is unknown color: approx Olive. HEX triplet: 91, 75 and 02. RGB value is (145,117,2). Sum of RGB (Red+Green+Blue) = 145+117+2=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #917502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917502 is #6E8AFD. Grayscale: #707070. Windows color (decimal): -7244542 or 161169. OLE color: 161169.

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

Color convert

RGB1451172-
CMYK00.190.990.43
HSL48.25º97.28%28.82%-
HSV(B)48.25º98.62%56.86%-
XYZ18.0518.752.72-
YUV112.2665.78151.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.92%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=54.92%
G=44.32%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145117200.190.990.4348.2597.2828.82
Hex91752013632B30611d
Octal2211652023143536014135
Binary100100011110101100100111100011101011110000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917502; }

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

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

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

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

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

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

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

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