Html Css Color HEX #9A9B68 Avocado

📋 copy color: '#9A9B68'

red 154 ◦ green 155 ◦ blue 104

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

Shades of Avocado #9A9B68

Tints of Avocado #9A9B68

RGB

 RED value IS 154 (60.55% from 255) = 37.29%

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 37.29%
G = 37.53%
B = 25.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9A9B68 (or 0x9A9B68) is known color: Avocado. HEX triplet: 9A, 9B and 68. RGB value is (154,155,104). Sum of RGB (Red+Green+Blue) = 154+155+104=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #9A9B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9B68 is #656497. Grayscale: #959595. Windows color (decimal): -6644888 or 6855578. OLE color: 6855578.

HSL color Cylindrical-coordinate representation of color #9A9B68: hue angle of 61.18º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A9B68 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 154 155 104 -
CMYK 0.01 0 0.33 0.39
HSL 61.18º 0.2% 0.51% -
HSV(B) 61.18º 0.33% 0.61% -
XYZ 27.55 31.31 17.69 -
YUV 148.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 154 155 104 0.01 0 0.33 0.39 61.18 0.2 0.51
Hex 9A 9B 68 1 0 21 27 3D 14 33
Octal 232 233 150 1 0 41 47 75 24 63
Binary 10011010 10011011 1101000 1 0 100001 100111 111101 10100 110011

Color Harmonies of #9A9B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9B68

Black with #9A9B68

Text Example


Text Example

White with #9A9B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,155,104); }

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

background-color css

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

 a { background-color: rgb(154,155,104); }

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

border-color css

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

 span { border-color: rgb(154,155,104); }

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