#908D05

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

Shades of Olive #908D05

Tints of Olive #908D05

Color information

#908D05 (or 0x908D05) is unknown color: approx Olive. HEX triplet: 90, 8D and 05. RGB value is (144,141,5). Sum of RGB (Red+Green+Blue) = 144+141+5=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #908D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908D05 is #6F72FA. Grayscale: #7E7E7E. Windows color (decimal): -7303931 or 363920. OLE color: 363920.

HSL color Cylindrical-coordinate representation of color #908D05: hue angle of 58.71º degrees, saturation: 0.93, 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 #908D05 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1441415-
CMYK00.020.970.44
HSL58.71º93.29%29.22%-
HSV(B)58.71º96.53%56.47%-
XYZ21.0524.993.86-
YUV126.3959.49140.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.66%
GREEN value IS 141 (55.47% from 255) = 48.62%
BLUE value IS 5 (2.34% from 255) = 1.72%
R=49.66%
G=48.62%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144141500.020.970.4458.7193.2929.22
Hex908D502612C3b5d1d
Octal220215502141547313535
Binary10010000100011011010101100001101100111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908D05; }

 p { color: rgb(144,141,5); }

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

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

 a { background-color: rgb(144,141,5); }

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

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

 span { border-color: rgb(144,141,5); }

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