Html Css Color HEX #959D87 Delta

📋 copy color: '#959D87'

red 149 ◦ green 157 ◦ blue 135

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

Shades of Delta #959D87

Tints of Delta #959D87

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.6%

 BLUE value IS 135 (53.13% from 255) = 30.61%

R = 33.79%
G = 35.6%
B = 30.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#959D87 (or 0x959D87) is known color: Delta. HEX triplet: 95, 9D and 87. RGB value is (149,157,135). Sum of RGB (Red+Green+Blue) = 149+157+135=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 157 - color contains mainly: green. Hex color #959D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D87 is #6A6278. Grayscale: #989898. Windows color (decimal): -6972025 or 8887701. OLE color: 8887701.

HSL color Cylindrical-coordinate representation of color #959D87: hue angle of 81.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959D87 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 135 -
CMYK 0.05 0 0.14 0.38
HSL 81.82º 0.1% 0.57% -
HSV(B) 81.82º 0.14% 0.62% -
XYZ 28.82 32.25 27.63 -
YUV 152.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 149 157 135 0.05 0 0.14 0.38 81.82 0.1 0.57
Hex 95 9D 87 5 0 E 26 52 A 39
Octal 225 235 207 5 0 16 46 122 12 71
Binary 10010101 10011101 10000111 101 0 1110 100110 1010010 1010 111001

Color Harmonies of #959D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D87

Black with #959D87

Text Example


Text Example

White with #959D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959D87; }

 p { color: rgb(149,157,135); }

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

background-color css

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

 a { background-color: rgb(149,157,135); }

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

border-color css

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

 span { border-color: rgb(149,157,135); }

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