Html Css Color HEX #8F968A Delta

📋 copy color: '#8F968A'

red 143 ◦ green 150 ◦ blue 138

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

Shades of Delta #8F968A

Tints of Delta #8F968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.8%

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 33.18%
G = 34.8%
B = 32.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#8F968A (or 0x8F968A) is known color: Delta. HEX triplet: 8F, 96 and 8A. RGB value is (143,150,138). Sum of RGB (Red+Green+Blue) = 143+150+138=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 150 - color contains mainly: green. Hex color #8F968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F968A is #706975. Grayscale: #929292. Windows color (decimal): -7367030 or 9082511. OLE color: 9082511.

HSL color Cylindrical-coordinate representation of color #8F968A: hue angle of 95º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F968A is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 150 138 -
CMYK 0.05 0 0.08 0.41
HSL 95º 0.05% 0.56% -
HSV(B) 95º 0.08% 0.59% -
XYZ 26.82 29.49 28.32 -
YUV 146.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 143 150 138 0.05 0 0.08 0.41 95 0.05 0.56
Hex 8F 96 8A 5 0 8 29 5F 5 38
Octal 217 226 212 5 0 10 51 137 5 70
Binary 10001111 10010110 10001010 101 0 1000 101001 1011111 101 111000

Color Harmonies of #8F968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F968A

Black with #8F968A

Text Example


Text Example

White with #8F968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,150,138); }

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

background-color css

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

 a { background-color: rgb(143,150,138); }

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

border-color css

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

 span { border-color: rgb(143,150,138); }

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