Html Css Color HEX #999A67 Avocado

📋 copy color: '#999A67'

red 153 ◦ green 154 ◦ blue 103

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

Shades of Avocado #999A67

Tints of Avocado #999A67

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.56%

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

R = 37.32%
G = 37.56%
B = 25.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#999A67 (or 0x999A67) is known color: Avocado. HEX triplet: 99, 9A and 67. RGB value is (153,154,103). Sum of RGB (Red+Green+Blue) = 153+154+103=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 154 - color contains mainly: green. Hex color #999A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999A67 is #666598. Grayscale: #949494. Windows color (decimal): -6710681 or 6789785. OLE color: 6789785.

HSL color Cylindrical-coordinate representation of color #999A67: hue angle of 61.18º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #999A67 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 154 103 -
CMYK 0.01 0 0.33 0.40
HSL 61.18º 0.2% 0.5% -
HSV(B) 61.18º 0.33% 0.6% -
XYZ 27.14 30.86 17.36 -
YUV 147.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 153 154 103 0.01 0 0.33 0.40 61.18 0.2 0.5
Hex 99 9A 67 1 0 21 28 3D 14 32
Octal 231 232 147 1 0 41 50 75 24 62
Binary 10011001 10011010 1100111 1 0 100001 101000 111101 10100 110010

Color Harmonies of #999A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999A67

Black with #999A67

Text Example


Text Example

White with #999A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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