Html Css Color HEX #8F9752 Avocado

📋 copy color: '#8F9752'

red 143 ◦ green 151 ◦ blue 82

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

Shades of Avocado #8F9752

Tints of Avocado #8F9752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 38.03%
G = 40.16%
B = 21.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#8F9752 (or 0x8F9752) is known color: Avocado. HEX triplet: 8F, 97 and 52. RGB value is (143,151,82). Sum of RGB (Red+Green+Blue) = 143+151+82=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9752 is #7068AD. Grayscale: #8D8D8D. Windows color (decimal): -7366830 or 5412751. OLE color: 5412751.

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

Color convert

RGB 143 151 82 -
CMYK 0.05 0 0.46 0.41
HSL 66.96º 0.3% 0.46% -
HSV(B) 66.96º 0.46% 0.59% -
XYZ 23.92 28.58 12.24 -
YUV 140.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 143 151 82 0.05 0 0.46 0.41 66.96 0.3 0.46
Hex 8F 97 52 5 0 2E 29 43 1E 2E
Octal 217 227 122 5 0 56 51 103 36 56
Binary 10001111 10010111 1010010 101 0 101110 101001 1000011 11110 101110

Color Harmonies of #8F9752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9752

Black with #8F9752

Text Example


Text Example

White with #8F9752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,82); }

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

background-color css

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

 a { background-color: rgb(143,151,82); }

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

border-color css

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

 span { border-color: rgb(143,151,82); }

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