Html Css Color HEX #8C9758 Avocado

📋 copy color: '#8C9758'

red 140 ◦ green 151 ◦ blue 88

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

Shades of Avocado #8C9758

Tints of Avocado #8C9758

RGB

 RED value IS 140 (55.08% from 255) = 36.94%

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

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

R = 36.94%
G = 39.84%
B = 23.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#8C9758 (or 0x8C9758) is known color: Avocado. HEX triplet: 8C, 97 and 58. RGB value is (140,151,88). Sum of RGB (Red+Green+Blue) = 140+151+88=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9758 is #7368A7. Grayscale: #8C8C8C. Windows color (decimal): -7563432 or 5805964. OLE color: 5805964.

HSL color Cylindrical-coordinate representation of color #8C9758: hue angle of 70.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C9758 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 151 88 -
CMYK 0.07 0 0.42 0.41
HSL 70.48º 0.26% 0.47% -
HSV(B) 70.48º 0.42% 0.59% -
XYZ 23.64 28.41 13.47 -
YUV 140.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 140 151 88 0.07 0 0.42 0.41 70.48 0.26 0.47
Hex 8C 97 58 7 0 2A 29 46 1A 2F
Octal 214 227 130 7 0 52 51 106 32 57
Binary 10001100 10010111 1011000 111 0 101010 101001 1000110 11010 101111

Color Harmonies of #8C9758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9758

Black with #8C9758

Text Example


Text Example

White with #8C9758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,151,88); }

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

background-color css

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

 a { background-color: rgb(140,151,88); }

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

border-color css

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

 span { border-color: rgb(140,151,88); }

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