Html Css Color HEX #8C965A Avocado

📋 copy color: '#8C965A'

red 140 ◦ green 150 ◦ blue 90

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

Shades of Avocado #8C965A

Tints of Avocado #8C965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 36.84%
G = 39.47%
B = 23.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#8C965A (or 0x8C965A) is known color: Avocado. HEX triplet: 8C, 96 and 5A. RGB value is (140,150,90). Sum of RGB (Red+Green+Blue) = 140+150+90=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #8C965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C965A is #7369A5. Grayscale: #8C8C8C. Windows color (decimal): -7563686 or 5936780. OLE color: 5936780.

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

Color convert

RGB 140 150 90 -
CMYK 0.07 0 0.4 0.41
HSL 70º 0.25% 0.47% -
HSV(B) 70º 0.4% 0.59% -
XYZ 23.57 28.13 13.86 -
YUV 140.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 140 150 90 0.07 0 0.4 0.41 70 0.25 0.47
Hex 8C 96 5A 7 0 28 29 46 19 2F
Octal 214 226 132 7 0 50 51 106 31 57
Binary 10001100 10010110 1011010 111 0 101000 101001 1000110 11001 101111

Color Harmonies of #8C965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C965A

Black with #8C965A

Text Example


Text Example

White with #8C965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,150,90); }

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

background-color css

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

 a { background-color: rgb(140,150,90); }

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

border-color css

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

 span { border-color: rgb(140,150,90); }

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