Html Css Color HEX #95978D Delta

📋 copy color: '#95978D'

red 149 ◦ green 151 ◦ blue 141

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

Shades of Delta #95978D

Tints of Delta #95978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.24%

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 33.79%
G = 34.24%
B = 31.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#95978D (or 0x95978D) is known color: Delta. HEX triplet: 95, 97 and 8D. RGB value is (149,151,141). Sum of RGB (Red+Green+Blue) = 149+151+141=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 151 - color contains mainly: green. Hex color #95978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95978D is #6A6872. Grayscale: #959595. Windows color (decimal): -6973555 or 9279381. OLE color: 9279381.

HSL color Cylindrical-coordinate representation of color #95978D: hue angle of 72º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95978D is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 141 -
CMYK 0.01 0 0.07 0.41
HSL 72º 0.05% 0.57% -
HSV(B) 72º 0.07% 0.59% -
XYZ 28.27 30.45 29.59 -
YUV 149.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 149 151 141 0.01 0 0.07 0.41 72 0.05 0.57
Hex 95 97 8D 1 0 7 29 48 5 39
Octal 225 227 215 1 0 7 51 110 5 71
Binary 10010101 10010111 10001101 1 0 111 101001 1001000 101 111001

Color Harmonies of #95978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95978D

Black with #95978D

Text Example


Text Example

White with #95978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95978D; }

 p { color: rgb(149,151,141); }

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

background-color css

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

 a { background-color: rgb(149,151,141); }

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

border-color css

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

 span { border-color: rgb(149,151,141); }

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