#907501

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

Shades of Olive #907501

Tints of Olive #907501

Color information

#907501 (or 0x907501) is unknown color: approx Olive. HEX triplet: 90, 75 and 01. RGB value is (144,117,1). Sum of RGB (Red+Green+Blue) = 144+117+1=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #907501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907501 is #6F8AFE. Grayscale: #707070. Windows color (decimal): -7310079 or 95632. OLE color: 95632.

HSL color Cylindrical-coordinate representation of color #907501: hue angle of 48.67º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #907501 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1441171-
CMYK00.190.990.44
HSL48.67º98.62%28.43%-
HSV(B)48.67º99.31%56.47%-
XYZ17.8718.652.69-
YUV111.8565.45150.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.96%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=54.96%
G=44.66%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144117100.190.990.4448.6798.6228.43
Hex90751013632C31631c
Octal2201651023143546114334
Binary10010000111010110100111100011101100110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907501; }

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

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

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

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

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

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

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

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