Html Css Color HEX #8F958B Delta

📋 copy color: '#8F958B'

red 143 ◦ green 149 ◦ blue 139

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

Shades of Delta #8F958B

Tints of Delta #8F958B

RGB

 RED value IS 143 (56.25% from 255) = 33.18%

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

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 33.18%
G = 34.57%
B = 32.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#8F958B (or 0x8F958B) is known color: Delta. HEX triplet: 8F, 95 and 8B. RGB value is (143,149,139). Sum of RGB (Red+Green+Blue) = 143+149+139=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 149 - color contains mainly: green. Hex color #8F958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F958B is #706A74. Grayscale: #929292. Windows color (decimal): -7367285 or 9147791. OLE color: 9147791.

HSL color Cylindrical-coordinate representation of color #8F958B: hue angle of 96º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F958B is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 149 139 -
CMYK 0.04 0 0.07 0.42
HSL 96º 0.05% 0.56% -
HSV(B) 96º 0.07% 0.58% -
XYZ 26.74 29.2 28.65 -
YUV 146.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 143 149 139 0.04 0 0.07 0.42 96 0.05 0.56
Hex 8F 95 8B 4 0 7 2A 60 5 38
Octal 217 225 213 4 0 7 52 140 5 70
Binary 10001111 10010101 10001011 100 0 111 101010 1100000 101 111000

Color Harmonies of #8F958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F958B

Black with #8F958B

Text Example


Text Example

White with #8F958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F958B; }

 p { color: rgb(143,149,139); }

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

background-color css

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

 a { background-color: rgb(143,149,139); }

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

border-color css

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

 span { border-color: rgb(143,149,139); }

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