Html Css Color HEX #8A936E Avocado

📋 copy color: '#8A936E'

red 138 ◦ green 147 ◦ blue 110

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

Shades of Avocado #8A936E

Tints of Avocado #8A936E

RGB

 RED value IS 138 (54.3% from 255) = 34.94%

 GREEN value IS 147 (57.81% from 255) = 37.22%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 34.94%
G = 37.22%
B = 27.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#8A936E (or 0x8A936E) is known color: Avocado. HEX triplet: 8A, 93 and 6E. RGB value is (138,147,110). Sum of RGB (Red+Green+Blue) = 138+147+110=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #8A936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A936E is #756C91. Grayscale: #8C8C8C. Windows color (decimal): -7695506 or 7246730. OLE color: 7246730.

HSL color Cylindrical-coordinate representation of color #8A936E: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A936E is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 147 110 -
CMYK 0.06 0 0.25 0.42
HSL 74.59º 0.15% 0.5% -
HSV(B) 74.59º 0.25% 0.58% -
XYZ 23.73 27.4 18.79 -
YUV 140.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 138 147 110 0.06 0 0.25 0.42 74.59 0.15 0.5
Hex 8A 93 6E 6 0 19 2A 4B F 32
Octal 212 223 156 6 0 31 52 113 17 62
Binary 10001010 10010011 1101110 110 0 11001 101010 1001011 1111 110010

Color Harmonies of #8A936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A936E

Black with #8A936E

Text Example


Text Example

White with #8A936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,147,110); }

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

background-color css

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

 a { background-color: rgb(138,147,110); }

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

border-color css

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

 span { border-color: rgb(138,147,110); }

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