Html Css Color HEX #999E69 Avocado

📋 copy color: '#999E69'

red 153 ◦ green 158 ◦ blue 105

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

Shades of Avocado #999E69

Tints of Avocado #999E69

RGB

 RED value IS 153 (60.16% from 255) = 36.78%

 GREEN value IS 158 (62.11% from 255) = 37.98%

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

R = 36.78%
G = 37.98%
B = 25.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#999E69 (or 0x999E69) is known color: Avocado. HEX triplet: 99, 9E and 69. RGB value is (153,158,105). Sum of RGB (Red+Green+Blue) = 153+158+105=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #999E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E69 is #666196. Grayscale: #969696. Windows color (decimal): -6709655 or 6921881. OLE color: 6921881.

HSL color Cylindrical-coordinate representation of color #999E69: hue angle of 65.66º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999E69 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 158 105 -
CMYK 0.03 0 0.34 0.38
HSL 65.66º 0.21% 0.52% -
HSV(B) 65.66º 0.34% 0.62% -
XYZ 27.91 32.25 18.12 -
YUV 150.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 153 158 105 0.03 0 0.34 0.38 65.66 0.21 0.52
Hex 99 9E 69 3 0 22 26 42 15 34
Octal 231 236 151 3 0 42 46 102 25 64
Binary 10011001 10011110 1101001 11 0 100010 100110 1000010 10101 110100

Color Harmonies of #999E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E69

Black with #999E69

Text Example


Text Example

White with #999E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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