Html Css Color HEX #8B9662 Avocado

📋 copy color: '#8B9662'

red 139 ◦ green 150 ◦ blue 98

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

Shades of Avocado #8B9662

Tints of Avocado #8B9662

RGB

 RED value IS 139 (54.69% from 255) = 35.92%

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

 BLUE value IS 98 (38.67% from 255) = 25.32%

R = 35.92%
G = 38.76%
B = 25.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#8B9662 (or 0x8B9662) is known color: Avocado. HEX triplet: 8B, 96 and 62. RGB value is (139,150,98). Sum of RGB (Red+Green+Blue) = 139+150+98=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9662 is #74699D. Grayscale: #8C8C8C. Windows color (decimal): -7629214 or 6461067. OLE color: 6461067.

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

Color convert

RGB 139 150 98 -
CMYK 0.07 0 0.35 0.41
HSL 72.69º 0.21% 0.49% -
HSV(B) 72.69º 0.35% 0.59% -
XYZ 23.76 28.18 15.74 -
YUV 140.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 139 150 98 0.07 0 0.35 0.41 72.69 0.21 0.49
Hex 8B 96 62 7 0 23 29 49 15 31
Octal 213 226 142 7 0 43 51 111 25 61
Binary 10001011 10010110 1100010 111 0 100011 101001 1001001 10101 110001

Color Harmonies of #8B9662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9662

Black with #8B9662

Text Example


Text Example

White with #8B9662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,150,98); }

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

background-color css

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

 a { background-color: rgb(139,150,98); }

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

border-color css

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

 span { border-color: rgb(139,150,98); }

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