Html Css Color HEX #8C9B65 Avocado

📋 copy color: '#8C9B65'

red 140 ◦ green 155 ◦ blue 101

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

Shades of Avocado #8C9B65

Tints of Avocado #8C9B65

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.14%

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

R = 35.35%
G = 39.14%
B = 25.51%

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

#8C9B65 (or 0x8C9B65) is known color: Avocado. HEX triplet: 8C, 9B and 65. RGB value is (140,155,101). Sum of RGB (Red+Green+Blue) = 140+155+101=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9B65 is #73649A. Grayscale: #909090. Windows color (decimal): -7562395 or 6658956. OLE color: 6658956.

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

Color convert

RGB 140 155 101 -
CMYK 0.10 0 0.35 0.39
HSL 76.67º 0.21% 0.5% -
HSV(B) 76.67º 0.35% 0.61% -
XYZ 24.89 29.96 16.78 -
YUV 144.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 140 155 101 0.10 0 0.35 0.39 76.67 0.21 0.5
Hex 8C 9B 65 A 0 23 27 4D 15 32
Octal 214 233 145 12 0 43 47 115 25 62
Binary 10001100 10011011 1100101 1010 0 100011 100111 1001101 10101 110010

Color Harmonies of #8C9B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9B65

Black with #8C9B65

Text Example


Text Example

White with #8C9B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,155,101); }

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

background-color css

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

 a { background-color: rgb(140,155,101); }

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

border-color css

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

 span { border-color: rgb(140,155,101); }

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