Html Css Color HEX #8C9765 Avocado

📋 copy color: '#8C9765'

red 140 ◦ green 151 ◦ blue 101

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

Shades of Avocado #8C9765

Tints of Avocado #8C9765

RGB

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

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

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

R = 35.71%
G = 38.52%
B = 25.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#8C9765 (or 0x8C9765) is known color: Avocado. HEX triplet: 8C, 97 and 65. RGB value is (140,151,101). Sum of RGB (Red+Green+Blue) = 140+151+101=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9765 is #73689A. Grayscale: #8E8E8E. Windows color (decimal): -7563419 or 6657932. OLE color: 6657932.

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

Color convert

RGB 140 151 101 -
CMYK 0.07 0 0.33 0.41
HSL 73.2º 0.2% 0.49% -
HSV(B) 73.2º 0.33% 0.59% -
XYZ 24.23 28.65 16.56 -
YUV 142.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 140 151 101 0.07 0 0.33 0.41 73.2 0.2 0.49
Hex 8C 97 65 7 0 21 29 49 14 31
Octal 214 227 145 7 0 41 51 111 24 61
Binary 10001100 10010111 1100101 111 0 100001 101001 1001001 10100 110001

Color Harmonies of #8C9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9765

Black with #8C9765

Text Example


Text Example

White with #8C9765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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