#907D04

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

Shades of Olive #907D04

Tints of Olive #907D04

Color information

#907D04 (or 0x907D04) is unknown color: approx Olive. HEX triplet: 90, 7D and 04. RGB value is (144,125,4). Sum of RGB (Red+Green+Blue) = 144+125+4=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #907D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907D04 is #6F82FB. Grayscale: #757575. Windows color (decimal): -7308028 or 294288. OLE color: 294288.

HSL color Cylindrical-coordinate representation of color #907D04: hue angle of 51.86º 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 #907D04 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1441254-
CMYK00.130.970.44
HSL51.86º94.59%29.02%-
HSV(B)51.86º97.22%56.47%-
XYZ18.8620.613.1-
YUV116.8964.29147.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 125 (49.22% from 255) = 45.79%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=52.75%
G=45.79%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144125400.130.970.4451.8694.5929.02
Hex907D40D612C345f1d
Octal2201754015141546413735
Binary100100001111101100011011100001101100110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907D04; }

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

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

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

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

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

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

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

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