Html Css Color HEX #8F9768 Avocado

📋 copy color: '#8F9768'

red 143 ◦ green 151 ◦ blue 104

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

Shades of Avocado #8F9768

Tints of Avocado #8F9768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 35.93%
G = 37.94%
B = 26.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#8F9768 (or 0x8F9768) is known color: Avocado. HEX triplet: 8F, 97 and 68. RGB value is (143,151,104). Sum of RGB (Red+Green+Blue) = 143+151+104=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9768 is #706897. Grayscale: #8F8F8F. Windows color (decimal): -7366808 or 6854543. OLE color: 6854543.

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

Color convert

RGB 143 151 104 -
CMYK 0.05 0 0.31 0.41
HSL 70.21º 0.18% 0.5% -
HSV(B) 70.21º 0.31% 0.59% -
XYZ 24.89 28.97 17.38 -
YUV 143.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 143 151 104 0.05 0 0.31 0.41 70.21 0.18 0.5
Hex 8F 97 68 5 0 1F 29 46 12 32
Octal 217 227 150 5 0 37 51 106 22 62
Binary 10001111 10010111 1101000 101 0 11111 101001 1000110 10010 110010

Color Harmonies of #8F9768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9768

Black with #8F9768

Text Example


Text Example

White with #8F9768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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