#908A0B

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

Shades of Olive #908A0B

Tints of Olive #908A0B

Color information

#908A0B (or 0x908A0B) is unknown color: approx Olive. HEX triplet: 90, 8A and 0B. RGB value is (144,138,11). Sum of RGB (Red+Green+Blue) = 144+138+11=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #908A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A0B is #6F75F4. Grayscale: #7D7D7D. Windows color (decimal): -7304693 or 756368. OLE color: 756368.

HSL color Cylindrical-coordinate representation of color #908A0B: hue angle of 57.29º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #908A0B is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14413811-
CMYK00.040.920.44
HSL57.29º85.81%30.39%-
HSV(B)57.29º92.36%56.47%-
XYZ20.6524.133.89-
YUV125.3263.49141.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 11 (4.69% from 255) = 3.75%
R=49.15%
G=47.10%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441381100.040.920.4457.2985.8130.39
Hex908AB045C2C39561e
Octal2202121304134547112636
Binary1001000010001010101101001011100101100111001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,138,11); }

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

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

 a { background-color: rgb(144,138,11); }

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

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

 span { border-color: rgb(144,138,11); }

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