Html Css Color HEX #899368 Avocado

📋 copy color: '#899368'

red 137 ◦ green 147 ◦ blue 104

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

Shades of Avocado #899368

Tints of Avocado #899368

RGB

 RED value IS 137 (53.91% from 255) = 35.31%

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

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 35.31%
G = 37.89%
B = 26.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#899368 (or 0x899368) is known color: Avocado. HEX triplet: 89, 93 and 68. RGB value is (137,147,104). Sum of RGB (Red+Green+Blue) = 137+147+104=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #899368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899368 is #766C97. Grayscale: #8B8B8B. Windows color (decimal): -7761048 or 6853513. OLE color: 6853513.

HSL color Cylindrical-coordinate representation of color #899368: hue angle of 73.95º 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 #899368 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 104 -
CMYK 0.07 0 0.29 0.42
HSL 73.95º 0.17% 0.49% -
HSV(B) 73.95º 0.29% 0.58% -
XYZ 23.25 27.19 17.12 -
YUV 139.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 137 147 104 0.07 0 0.29 0.42 73.95 0.17 0.49
Hex 89 93 68 7 0 1D 2A 4A 11 31
Octal 211 223 150 7 0 35 52 112 21 61
Binary 10001001 10010011 1101000 111 0 11101 101010 1001010 10001 110001

Color Harmonies of #899368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899368

Black with #899368

Text Example


Text Example

White with #899368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899368; }

 p { color: rgb(137,147,104); }

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

background-color css

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

 a { background-color: rgb(137,147,104); }

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

border-color css

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

 span { border-color: rgb(137,147,104); }

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