Html Css Color HEX #999582 Grey Olive

📋 copy color: '#999582'

red 153 ◦ green 149 ◦ blue 130

#999582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #999582

Tints of Grey Olive #999582

RGB

 RED value IS 153 (60.16% from 255) = 35.42%

 GREEN value IS 149 (58.59% from 255) = 34.49%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 35.42%
G = 34.49%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#999582 (or 0x999582) is known color: Grey Olive. HEX triplet: 99, 95 and 82. RGB value is (153,149,130). Sum of RGB (Red+Green+Blue) = 153+149+130=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #999582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999582 is #666A7D. Grayscale: #949494. Windows color (decimal): -6711934 or 8557977. OLE color: 8557977.

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

Color convert

RGB 153 149 130 -
CMYK 0 0.03 0.15 0.4
HSL 49.57º 0.1% 0.55% -
HSV(B) 49.57º 0.15% 0.6% -
XYZ 27.91 29.88 25.42 -
YUV 148.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 153 149 130 0 0.03 0.15 0.4 49.57 0.1 0.55
Hex 99 95 82 0 3 F 28 32 A 37
Octal 231 225 202 0 3 17 50 62 12 67
Binary 10011001 10010101 10000010 0 11 1111 101000 110010 1010 110111

Color Harmonies of #999582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999582

Black with #999582

Text Example


Text Example

White with #999582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999582; }

 p { color: rgb(153,149,130); }

 H1.HeaderClassName
 {
   color: #999582;
 }
 .AnyTagClassName
 {
   color: #999582;
 }
</style>

background-color css

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

 a { background-color: rgb(153,149,130); }

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

border-color css

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

 span { border-color: rgb(153,149,130); }

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