Html Css Color HEX #999585 Grey Olive

📋 copy color: '#999585'

red 153 ◦ green 149 ◦ blue 133

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

Shades of Grey Olive #999585

Tints of Grey Olive #999585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 35.17%
G = 34.25%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#999585 (or 0x999585) is known color: Grey Olive. HEX triplet: 99, 95 and 85. RGB value is (153,149,133). Sum of RGB (Red+Green+Blue) = 153+149+133=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #999585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999585 is #666A7A. Grayscale: #949494. Windows color (decimal): -6711931 or 8754585. OLE color: 8754585.

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

Color convert

RGB 153 149 133 -
CMYK 0 0.03 0.13 0.4
HSL 48º 0.09% 0.56% -
HSV(B) 48º 0.13% 0.6% -
XYZ 28.12 29.96 26.49 -
YUV 148.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 153 149 133 0 0.03 0.13 0.4 48 0.09 0.56
Hex 99 95 85 0 3 D 28 30 9 38
Octal 231 225 205 0 3 15 50 60 11 70
Binary 10011001 10010101 10000101 0 11 1101 101000 110000 1001 111000

Color Harmonies of #999585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999585

Black with #999585

Text Example


Text Example

White with #999585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999585; }

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

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

background-color css

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

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

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

border-color css

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

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

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