#907404

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

Shades of Olive #907404

Tints of Olive #907404

Color information

#907404 (or 0x907404) is unknown color: approx Olive. HEX triplet: 90, 74 and 04. RGB value is (144,116,4). Sum of RGB (Red+Green+Blue) = 144+116+4=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #907404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907404 is #6F8BFB. Grayscale: #707070. Windows color (decimal): -7310332 or 291984. OLE color: 291984.

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

Color convert

RGB1441164-
CMYK00.190.970.44
HSL48º94.59%29.02%-
HSV(B)48º97.22%56.47%-
XYZ17.7718.432.74-
YUV111.667.28151.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.55%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=54.55%
G=43.94%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144116400.190.970.444894.5929.02
Hex90744013612C305f1d
Octal2201644023141546013735
Binary1001000011101001000100111100001101100110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907404; }

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

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

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

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

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

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

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

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