Html Css Color HEX #999D65 Avocado

📋 copy color: '#999D65'

red 153 ◦ green 157 ◦ blue 101

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

Shades of Avocado #999D65

Tints of Avocado #999D65

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

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

R = 37.23%
G = 38.2%
B = 24.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#999D65 (or 0x999D65) is known color: Avocado. HEX triplet: 99, 9D and 65. RGB value is (153,157,101). Sum of RGB (Red+Green+Blue) = 153+157+101=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #999D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D65 is #66629A. Grayscale: #959595. Windows color (decimal): -6709915 or 6659481. OLE color: 6659481.

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

Color convert

RGB 153 157 101 -
CMYK 0.03 0 0.36 0.38
HSL 64.29º 0.22% 0.51% -
HSV(B) 64.29º 0.36% 0.62% -
XYZ 27.54 31.83 17 -
YUV 149.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 153 157 101 0.03 0 0.36 0.38 64.29 0.22 0.51
Hex 99 9D 65 3 0 24 26 40 16 33
Octal 231 235 145 3 0 44 46 100 26 63
Binary 10011001 10011101 1100101 11 0 100100 100110 1000000 10110 110011

Color Harmonies of #999D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D65

Black with #999D65

Text Example


Text Example

White with #999D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,157,101); }

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

background-color css

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

 a { background-color: rgb(153,157,101); }

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

border-color css

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

 span { border-color: rgb(153,157,101); }

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