#907502

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

Shades of Olive #907502

Tints of Olive #907502

Color information

#907502 (or 0x907502) is unknown color: approx Olive. HEX triplet: 90, 75 and 02. RGB value is (144,117,2). Sum of RGB (Red+Green+Blue) = 144+117+2=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #907502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907502 is #6F8AFD. Grayscale: #707070. Windows color (decimal): -7310078 or 161168. OLE color: 161168.

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

Color convert

RGB1441172-
CMYK00.190.990.44
HSL48.59º97.26%28.63%-
HSV(B)48.59º98.61%56.47%-
XYZ17.8718.662.72-
YUV111.9665.95150.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.75%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=54.75%
G=44.49%
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.44
SystemRedGreenBlueCMYKHSL
Decimal144117200.190.990.4448.5997.2628.63
Hex90752013632C31611d
Octal2201652023143546114135
Binary100100001110101100100111100011101100110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907502; }

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

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

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

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

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

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

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

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