Html Css Color HEX #999E67 Avocado

📋 copy color: '#999E67'

red 153 ◦ green 158 ◦ blue 103

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

Shades of Avocado #999E67

Tints of Avocado #999E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.88%

R = 36.96%
G = 38.16%
B = 24.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#999E67 (or 0x999E67) is known color: Avocado. HEX triplet: 99, 9E and 67. RGB value is (153,158,103). Sum of RGB (Red+Green+Blue) = 153+158+103=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #999E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E67 is #666198. Grayscale: #969696. Windows color (decimal): -6709657 or 6790809. OLE color: 6790809.

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

Color convert

RGB 153 158 103 -
CMYK 0.03 0 0.35 0.38
HSL 65.45º 0.22% 0.51% -
HSV(B) 65.45º 0.35% 0.62% -
XYZ 27.81 32.21 17.58 -
YUV 150.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 153 158 103 0.03 0 0.35 0.38 65.45 0.22 0.51
Hex 99 9E 67 3 0 23 26 41 16 33
Octal 231 236 147 3 0 43 46 101 26 63
Binary 10011001 10011110 1100111 11 0 100011 100110 1000001 10110 110011

Color Harmonies of #999E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E67

Black with #999E67

Text Example


Text Example

White with #999E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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