Html Css Color HEX #8F9458 Avocado

📋 copy color: '#8F9458'

red 143 ◦ green 148 ◦ blue 88

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

Shades of Avocado #8F9458

Tints of Avocado #8F9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 37.73%
G = 39.05%
B = 23.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#8F9458 (or 0x8F9458) is known color: Avocado. HEX triplet: 8F, 94 and 58. RGB value is (143,148,88). Sum of RGB (Red+Green+Blue) = 143+148+88=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9458 is #706BA7. Grayscale: #8B8B8B. Windows color (decimal): -7367592 or 5805199. OLE color: 5805199.

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

Color convert

RGB 143 148 88 -
CMYK 0.03 0 0.41 0.42
HSL 65º 0.25% 0.46% -
HSV(B) 65º 0.41% 0.58% -
XYZ 23.68 27.72 13.34 -
YUV 139.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 143 148 88 0.03 0 0.41 0.42 65 0.25 0.46
Hex 8F 94 58 3 0 29 2A 41 19 2E
Octal 217 224 130 3 0 51 52 101 31 56
Binary 10001111 10010100 1011000 11 0 101001 101010 1000001 11001 101110

Color Harmonies of #8F9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9458

Black with #8F9458

Text Example


Text Example

White with #8F9458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,148,88); }

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

background-color css

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

 a { background-color: rgb(143,148,88); }

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

border-color css

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

 span { border-color: rgb(143,148,88); }

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