Html Css Color HEX #999F6C Avocado

📋 copy color: '#999F6C'

red 153 ◦ green 159 ◦ blue 108

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

Shades of Avocado #999F6C

Tints of Avocado #999F6C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 108 (42.58% from 255) = 25.71%

R = 36.43%
G = 37.86%
B = 25.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#999F6C (or 0x999F6C) is known color: Avocado. HEX triplet: 99, 9F and 6C. RGB value is (153,159,108). Sum of RGB (Red+Green+Blue) = 153+159+108=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #999F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F6C is #666093. Grayscale: #979797. Windows color (decimal): -6709396 or 7118745. OLE color: 7118745.

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

Color convert

RGB 153 159 108 -
CMYK 0.04 0 0.32 0.38
HSL 67.06º 0.21% 0.52% -
HSV(B) 67.06º 0.32% 0.62% -
XYZ 28.24 32.65 19 -
YUV 151.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 153 159 108 0.04 0 0.32 0.38 67.06 0.21 0.52
Hex 99 9F 6C 4 0 20 26 43 15 34
Octal 231 237 154 4 0 40 46 103 25 64
Binary 10011001 10011111 1101100 100 0 100000 100110 1000011 10101 110100

Color Harmonies of #999F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999F6C

Black with #999F6C

Text Example


Text Example

White with #999F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,159,108); }

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

background-color css

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

 a { background-color: rgb(153,159,108); }

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

border-color css

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

 span { border-color: rgb(153,159,108); }

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