Html Css Color HEX #8F9368 Avocado

📋 copy color: '#8F9368'

red 143 ◦ green 147 ◦ blue 104

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

Shades of Avocado #8F9368

Tints of Avocado #8F9368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.31%

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

R = 36.29%
G = 37.31%
B = 26.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#8F9368 (or 0x8F9368) is known color: Avocado. HEX triplet: 8F, 93 and 68. RGB value is (143,147,104). Sum of RGB (Red+Green+Blue) = 143+147+104=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9368 is #706C97. Grayscale: #8D8D8D. Windows color (decimal): -7367832 or 6853519. OLE color: 6853519.

HSL color Cylindrical-coordinate representation of color #8F9368: hue angle of 65.58º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F9368 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 147 104 -
CMYK 0.03 0 0.29 0.42
HSL 65.58º 0.17% 0.49% -
HSV(B) 65.58º 0.29% 0.58% -
XYZ 24.26 27.71 17.17 -
YUV 140.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 143 147 104 0.03 0 0.29 0.42 65.58 0.17 0.49
Hex 8F 93 68 3 0 1D 2A 42 11 31
Octal 217 223 150 3 0 35 52 102 21 61
Binary 10001111 10010011 1101000 11 0 11101 101010 1000010 10001 110001

Color Harmonies of #8F9368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9368

Black with #8F9368

Text Example


Text Example

White with #8F9368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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