Html Css Color HEX #8F965A Avocado

📋 copy color: '#8F965A'

red 143 ◦ green 150 ◦ blue 90

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

Shades of Avocado #8F965A

Tints of Avocado #8F965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 37.34%
G = 39.16%
B = 23.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#8F965A (or 0x8F965A) is known color: Avocado. HEX triplet: 8F, 96 and 5A. RGB value is (143,150,90). Sum of RGB (Red+Green+Blue) = 143+150+90=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #8F965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F965A is #7069A5. Grayscale: #8D8D8D. Windows color (decimal): -7367078 or 5936783. OLE color: 5936783.

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

Color convert

RGB 143 150 90 -
CMYK 0.05 0 0.4 0.41
HSL 67º 0.25% 0.47% -
HSV(B) 67º 0.4% 0.59% -
XYZ 24.08 28.39 13.88 -
YUV 141.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 143 150 90 0.05 0 0.4 0.41 67 0.25 0.47
Hex 8F 96 5A 5 0 28 29 43 19 2F
Octal 217 226 132 5 0 50 51 103 31 57
Binary 10001111 10010110 1011010 101 0 101000 101001 1000011 11001 101111

Color Harmonies of #8F965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F965A

Black with #8F965A

Text Example


Text Example

White with #8F965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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