Html Css Color HEX #9B9F6D Avocado

📋 copy color: '#9B9F6D'

red 155 ◦ green 159 ◦ blue 109

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

Shades of Avocado #9B9F6D

Tints of Avocado #9B9F6D

RGB

 RED value IS 155 (60.94% from 255) = 36.64%

 GREEN value IS 159 (62.5% from 255) = 37.59%

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 36.64%
G = 37.59%
B = 25.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9B9F6D (or 0x9B9F6D) is known color: Avocado. HEX triplet: 9B, 9F and 6D. RGB value is (155,159,109). Sum of RGB (Red+Green+Blue) = 155+159+109=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9F6D is #646092. Grayscale: #989898. Windows color (decimal): -6578323 or 7184283. OLE color: 7184283.

HSL color Cylindrical-coordinate representation of color #9B9F6D: hue angle of 64.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B9F6D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 159 109 -
CMYK 0.03 0 0.31 0.38
HSL 64.8º 0.21% 0.53% -
HSV(B) 64.8º 0.31% 0.62% -
XYZ 28.68 32.87 19.3 -
YUV 152.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 155 159 109 0.03 0 0.31 0.38 64.8 0.21 0.53
Hex 9B 9F 6D 3 0 1F 26 41 15 35
Octal 233 237 155 3 0 37 46 101 25 65
Binary 10011011 10011111 1101101 11 0 11111 100110 1000001 10101 110101

Color Harmonies of #9B9F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9F6D

Black with #9B9F6D

Text Example


Text Example

White with #9B9F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9F6D; }

 p { color: rgb(155,159,109); }

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

background-color css

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

 a { background-color: rgb(155,159,109); }

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

border-color css

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

 span { border-color: rgb(155,159,109); }

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