Html Css Color HEX #8A9369 Avocado

📋 copy color: '#8A9369'

red 138 ◦ green 147 ◦ blue 105

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

Shades of Avocado #8A9369

Tints of Avocado #8A9369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.92%

R = 35.38%
G = 37.69%
B = 26.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#8A9369 (or 0x8A9369) is known color: Avocado. HEX triplet: 8A, 93 and 69. RGB value is (138,147,105). Sum of RGB (Red+Green+Blue) = 138+147+105=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9369 is #756C96. Grayscale: #8B8B8B. Windows color (decimal): -7695511 or 6919050. OLE color: 6919050.

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

Color convert

RGB 138 147 105 -
CMYK 0.06 0 0.29 0.42
HSL 72.86º 0.17% 0.49% -
HSV(B) 72.86º 0.29% 0.58% -
XYZ 23.46 27.29 17.4 -
YUV 139.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 138 147 105 0.06 0 0.29 0.42 72.86 0.17 0.49
Hex 8A 93 69 6 0 1D 2A 49 11 31
Octal 212 223 151 6 0 35 52 111 21 61
Binary 10001010 10010011 1101001 110 0 11101 101010 1001001 10001 110001

Color Harmonies of #8A9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9369

Black with #8A9369

Text Example


Text Example

White with #8A9369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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