Html Css Color HEX #969769 Avocado

📋 copy color: '#969769'

red 150 ◦ green 151 ◦ blue 105

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

Shades of Avocado #969769

Tints of Avocado #969769

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.19%

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 36.95%
G = 37.19%
B = 25.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#969769 (or 0x969769) is known color: Avocado. HEX triplet: 96, 97 and 69. RGB value is (150,151,105). Sum of RGB (Red+Green+Blue) = 150+151+105=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #969769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969769 is #696896. Grayscale: #919191. Windows color (decimal): -6908055 or 6920086. OLE color: 6920086.

HSL color Cylindrical-coordinate representation of color #969769: hue angle of 61.3º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969769 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 151 105 -
CMYK 0.01 0 0.30 0.41
HSL 61.3º 0.18% 0.5% -
HSV(B) 61.3º 0.3% 0.59% -
XYZ 26.19 29.64 17.7 -
YUV 145.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 150 151 105 0.01 0 0.30 0.41 61.3 0.18 0.5
Hex 96 97 69 1 0 1E 29 3D 12 32
Octal 226 227 151 1 0 36 51 75 22 62
Binary 10010110 10010111 1101001 1 0 11110 101001 111101 10010 110010

Color Harmonies of #969769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969769

Black with #969769

Text Example


Text Example

White with #969769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969769; }

 p { color: rgb(150,151,105); }

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

background-color css

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

 a { background-color: rgb(150,151,105); }

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

border-color css

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

 span { border-color: rgb(150,151,105); }

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