Html Css Color HEX #8D9C65 Avocado

📋 copy color: '#8D9C65'

red 141 ◦ green 156 ◦ blue 101

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

Shades of Avocado #8D9C65

Tints of Avocado #8D9C65

RGB

 RED value IS 141 (55.47% from 255) = 35.43%

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

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

R = 35.43%
G = 39.2%
B = 25.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#8D9C65 (or 0x8D9C65) is known color: Avocado. HEX triplet: 8D, 9C and 65. RGB value is (141,156,101). Sum of RGB (Red+Green+Blue) = 141+156+101=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9C65 is #72639A. Grayscale: #919191. Windows color (decimal): -7496603 or 6659213. OLE color: 6659213.

HSL color Cylindrical-coordinate representation of color #8D9C65: hue angle of 76.36º 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 #8D9C65 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 156 101 -
CMYK 0.10 0 0.35 0.39
HSL 76.36º 0.22% 0.5% -
HSV(B) 76.36º 0.35% 0.61% -
XYZ 25.22 30.38 16.85 -
YUV 145.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 141 156 101 0.10 0 0.35 0.39 76.36 0.22 0.5
Hex 8D 9C 65 A 0 23 27 4C 16 32
Octal 215 234 145 12 0 43 47 114 26 62
Binary 10001101 10011100 1100101 1010 0 100011 100111 1001100 10110 110010

Color Harmonies of #8D9C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9C65

Black with #8D9C65

Text Example


Text Example

White with #8D9C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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