Html Css Color HEX #959180 Grey Olive

📋 copy color: '#959180'

red 149 ◦ green 145 ◦ blue 128

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

Shades of Grey Olive #959180

Tints of Grey Olive #959180

RGB

 RED value IS 149 (58.59% from 255) = 35.31%

 GREEN value IS 145 (57.03% from 255) = 34.36%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 35.31%
G = 34.36%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#959180 (or 0x959180) is known color: Grey Olive. HEX triplet: 95, 91 and 80. RGB value is (149,145,128). Sum of RGB (Red+Green+Blue) = 149+145+128=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #959180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959180 is #6A6E7F. Grayscale: #909090. Windows color (decimal): -6975104 or 8425877. OLE color: 8425877.

HSL color Cylindrical-coordinate representation of color #959180: hue angle of 48.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959180 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 128 -
CMYK 0 0.03 0.14 0.42
HSL 48.57º 0.09% 0.54% -
HSV(B) 48.57º 0.14% 0.58% -
XYZ 26.42 28.2 24.47 -
YUV 144.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 149 145 128 0 0.03 0.14 0.42 48.57 0.09 0.54
Hex 95 91 80 0 3 E 2A 31 9 36
Octal 225 221 200 0 3 16 52 61 11 66
Binary 10010101 10010001 10000000 0 11 1110 101010 110001 1001 110110

Color Harmonies of #959180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959180

Black with #959180

Text Example


Text Example

White with #959180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959180; }

 p { color: rgb(149,145,128); }

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

background-color css

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

 a { background-color: rgb(149,145,128); }

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

border-color css

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

 span { border-color: rgb(149,145,128); }

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