Html Css Color HEX #8F9C65 Avocado

📋 copy color: '#8F9C65'

red 143 ◦ green 156 ◦ blue 101

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

Shades of Avocado #8F9C65

Tints of Avocado #8F9C65

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39%

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 35.75%
G = 39%
B = 25.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#8F9C65 (or 0x8F9C65) is known color: Avocado. HEX triplet: 8F, 9C and 65. RGB value is (143,156,101). Sum of RGB (Red+Green+Blue) = 143+156+101=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9C65 is #70639A. Grayscale: #929292. Windows color (decimal): -7365531 or 6659215. OLE color: 6659215.

HSL color Cylindrical-coordinate representation of color #8F9C65: hue angle of 74.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F9C65 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 156 101 -
CMYK 0.08 0 0.35 0.39
HSL 74.18º 0.22% 0.5% -
HSV(B) 74.18º 0.35% 0.61% -
XYZ 25.57 30.56 16.86 -
YUV 145.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 143 156 101 0.08 0 0.35 0.39 74.18 0.22 0.5
Hex 8F 9C 65 8 0 23 27 4A 16 32
Octal 217 234 145 10 0 43 47 112 26 62
Binary 10001111 10011100 1100101 1000 0 100011 100111 1001010 10110 110010

Color Harmonies of #8F9C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9C65

Black with #8F9C65

Text Example


Text Example

White with #8F9C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,156,101); }

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

background-color css

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

 a { background-color: rgb(143,156,101); }

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

border-color css

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

 span { border-color: rgb(143,156,101); }

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