#999380

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

Shades of Grey Olive #999380

Tints of Grey Olive #999380

Color information

#999380 (or 0x999380) is unknown color: approx Grey Olive. HEX triplet: 99, 93 and 80. RGB value is (153,147,128). Sum of RGB (Red+Green+Blue) = 153+147+128=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #999380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999380 is #666C7F. Grayscale: #929292. Windows color (decimal): -6712448 or 8426393. OLE color: 8426393.

HSL color Cylindrical-coordinate representation of color #999380: hue angle of 45.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #999380 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153147128-
CMYK00.040.160.4
HSL45.6º10.92%55.1%-
HSV(B)45.6º16.34%60%-
XYZ27.4729.224.61-
YUV146.63117.49132.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=35.75%
G=34.35%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314712800.040.160.445.610.9255.1
Hex9993800410282eb37
Octal231223200042050561367
Binary1001100110010011100000000100100001010001011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999380; }

 p { color: rgb(153,147,128); }

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

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

 a { background-color: rgb(153,147,128); }

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

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

 span { border-color: rgb(153,147,128); }

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