Html Css Color HEX #8F9275 Avocado

📋 copy color: '#8F9275'

red 143 ◦ green 146 ◦ blue 117

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

Shades of Avocado #8F9275

Tints of Avocado #8F9275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 35.22%
G = 35.96%
B = 28.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#8F9275 (or 0x8F9275) is known color: Avocado. HEX triplet: 8F, 92 and 75. RGB value is (143,146,117). Sum of RGB (Red+Green+Blue) = 143+146+117=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9275 is #706D8A. Grayscale: #8D8D8D. Windows color (decimal): -7368075 or 7705231. OLE color: 7705231.

HSL color Cylindrical-coordinate representation of color #8F9275: hue angle of 66.21º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F9275 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 146 117 -
CMYK 0.02 0 0.20 0.43
HSL 66.21º 0.12% 0.52% -
HSV(B) 66.21º 0.2% 0.57% -
XYZ 24.82 27.68 20.86 -
YUV 141.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 143 146 117 0.02 0 0.20 0.43 66.21 0.12 0.52
Hex 8F 92 75 2 0 14 2B 42 C 34
Octal 217 222 165 2 0 24 53 102 14 64
Binary 10001111 10010010 1110101 10 0 10100 101011 1000010 1100 110100

Color Harmonies of #8F9275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9275

Black with #8F9275

Text Example


Text Example

White with #8F9275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,146,117); }

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

background-color css

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

 a { background-color: rgb(143,146,117); }

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

border-color css

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

 span { border-color: rgb(143,146,117); }

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