Html Css Color HEX #919969 Avocado

📋 copy color: '#919969'

red 145 ◦ green 153 ◦ blue 105

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

Shades of Avocado #919969

Tints of Avocado #919969

RGB

 RED value IS 145 (57.03% from 255) = 35.98%

 GREEN value IS 153 (60.16% from 255) = 37.97%

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

R = 35.98%
G = 37.97%
B = 26.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#919969 (or 0x919969) is known color: Avocado. HEX triplet: 91, 99 and 69. RGB value is (145,153,105). Sum of RGB (Red+Green+Blue) = 145+153+105=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #919969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919969 is #6E6696. Grayscale: #919191. Windows color (decimal): -7235223 or 6920593. OLE color: 6920593.

HSL color Cylindrical-coordinate representation of color #919969: hue angle of 70º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #919969 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 105 -
CMYK 0.05 0 0.31 0.4
HSL 70º 0.19% 0.51% -
HSV(B) 70º 0.31% 0.6% -
XYZ 25.62 29.82 17.77 -
YUV 145.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 145 153 105 0.05 0 0.31 0.4 70 0.19 0.51
Hex 91 99 69 5 0 1F 28 46 13 33
Octal 221 231 151 5 0 37 50 106 23 63
Binary 10010001 10011001 1101001 101 0 11111 101000 1000110 10011 110011

Color Harmonies of #919969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919969

Black with #919969

Text Example


Text Example

White with #919969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919969; }

 p { color: rgb(145,153,105); }

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

background-color css

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

 a { background-color: rgb(145,153,105); }

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

border-color css

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

 span { border-color: rgb(145,153,105); }

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