Html Css Color HEX #969A65 Avocado

📋 copy color: '#969A65'

red 150 ◦ green 154 ◦ blue 101

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

Shades of Avocado #969A65

Tints of Avocado #969A65

RGB

 RED value IS 150 (58.98% from 255) = 37.04%

 GREEN value IS 154 (60.55% from 255) = 38.02%

 BLUE value IS 101 (39.84% from 255) = 24.94%

R = 37.04%
G = 38.02%
B = 24.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#969A65 (or 0x969A65) is known color: Avocado. HEX triplet: 96, 9A and 65. RGB value is (150,154,101). Sum of RGB (Red+Green+Blue) = 150+154+101=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 154 - color contains mainly: green. Hex color #969A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A65 is #69659A. Grayscale: #929292. Windows color (decimal): -6907291 or 6658710. OLE color: 6658710.

HSL color Cylindrical-coordinate representation of color #969A65: hue angle of 64.53º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #969A65 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 154 101 -
CMYK 0.03 0 0.34 0.40
HSL 64.53º 0.21% 0.5% -
HSV(B) 64.53º 0.34% 0.6% -
XYZ 26.48 30.53 16.81 -
YUV 146.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 150 154 101 0.03 0 0.34 0.40 64.53 0.21 0.5
Hex 96 9A 65 3 0 22 28 41 15 32
Octal 226 232 145 3 0 42 50 101 25 62
Binary 10010110 10011010 1100101 11 0 100010 101000 1000001 10101 110010

Color Harmonies of #969A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969A65

Black with #969A65

Text Example


Text Example

White with #969A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969A65; }

 p { color: rgb(150,154,101); }

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

background-color css

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

 a { background-color: rgb(150,154,101); }

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

border-color css

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

 span { border-color: rgb(150,154,101); }

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