Html Css Color HEX #969B6D Avocado

📋 copy color: '#969B6D'

red 150 ◦ green 155 ◦ blue 109

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

Shades of Avocado #969B6D

Tints of Avocado #969B6D

RGB

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

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

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

R = 36.23%
G = 37.44%
B = 26.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#969B6D (or 0x969B6D) is known color: Avocado. HEX triplet: 96, 9B and 6D. RGB value is (150,155,109). Sum of RGB (Red+Green+Blue) = 150+155+109=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 155 - color contains mainly: green. Hex color #969B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B6D is #696492. Grayscale: #949494. Windows color (decimal): -6907027 or 7183254. OLE color: 7183254.

HSL color Cylindrical-coordinate representation of color #969B6D: hue angle of 66.52º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969B6D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 155 109 -
CMYK 0.03 0 0.30 0.39
HSL 66.52º 0.19% 0.52% -
HSV(B) 66.52º 0.3% 0.61% -
XYZ 27.06 31.03 19.03 -
YUV 148.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 150 155 109 0.03 0 0.30 0.39 66.52 0.19 0.52
Hex 96 9B 6D 3 0 1E 27 43 13 34
Octal 226 233 155 3 0 36 47 103 23 64
Binary 10010110 10011011 1101101 11 0 11110 100111 1000011 10011 110100

Color Harmonies of #969B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969B6D

Black with #969B6D

Text Example


Text Example

White with #969B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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