Html Css Color HEX #8F9652 Avocado

📋 copy color: '#8F9652'

red 143 ◦ green 150 ◦ blue 82

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

Shades of Avocado #8F9652

Tints of Avocado #8F9652

RGB

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

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

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

R = 38.13%
G = 40%
B = 21.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#8F9652 (or 0x8F9652) is known color: Avocado. HEX triplet: 8F, 96 and 52. RGB value is (143,150,82). Sum of RGB (Red+Green+Blue) = 143+150+82=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9652 is #7069AD. Grayscale: #8C8C8C. Windows color (decimal): -7367086 or 5412495. OLE color: 5412495.

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

Color convert

RGB 143 150 82 -
CMYK 0.05 0 0.45 0.41
HSL 66.18º 0.29% 0.45% -
HSV(B) 66.18º 0.45% 0.59% -
XYZ 23.76 28.26 12.19 -
YUV 140.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 143 150 82 0.05 0 0.45 0.41 66.18 0.29 0.45
Hex 8F 96 52 5 0 2D 29 42 1D 2D
Octal 217 226 122 5 0 55 51 102 35 55
Binary 10001111 10010110 1010010 101 0 101101 101001 1000010 11101 101101

Color Harmonies of #8F9652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9652

Black with #8F9652

Text Example


Text Example

White with #8F9652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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