#907402

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

Shades of Olive #907402

Tints of Olive #907402

Color information

#907402 (or 0x907402) is unknown color: approx Olive. HEX triplet: 90, 74 and 02. RGB value is (144,116,2). Sum of RGB (Red+Green+Blue) = 144+116+2=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #907402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907402 is #6F8BFD. Grayscale: #6F6F6F. Windows color (decimal): -7310334 or 160912. OLE color: 160912.

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

Color convert

RGB1441162-
CMYK00.190.990.44
HSL48.17º97.26%28.63%-
HSV(B)48.17º98.61%56.47%-
XYZ17.7618.422.68-
YUV111.3866.28151.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.96%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=54.96%
G=44.27%
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
Decimal144116200.190.990.4448.1797.2628.63
Hex90742013632C30611d
Octal2201642023143546014135
Binary100100001110100100100111100011101100110000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907402; }

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

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

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

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

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

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

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

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