Html Css Color HEX #949D66 Avocado

📋 copy color: '#949D66'

red 148 ◦ green 157 ◦ blue 102

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

Shades of Avocado #949D66

Tints of Avocado #949D66

RGB

 RED value IS 148 (58.2% from 255) = 36.36%

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

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 36.36%
G = 38.57%
B = 25.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#949D66 (or 0x949D66) is known color: Avocado. HEX triplet: 94, 9D and 66. RGB value is (148,157,102). Sum of RGB (Red+Green+Blue) = 148+157+102=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #949D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D66 is #6B6299. Grayscale: #949494. Windows color (decimal): -7037594 or 6725012. OLE color: 6725012.

HSL color Cylindrical-coordinate representation of color #949D66: hue angle of 69.82º 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 #949D66 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 102 -
CMYK 0.06 0 0.35 0.38
HSL 69.82º 0.22% 0.51% -
HSV(B) 69.82º 0.35% 0.62% -
XYZ 26.67 31.37 17.22 -
YUV 148.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 148 157 102 0.06 0 0.35 0.38 69.82 0.22 0.51
Hex 94 9D 66 6 0 23 26 46 16 33
Octal 224 235 146 6 0 43 46 106 26 63
Binary 10010100 10011101 1100110 110 0 100011 100110 1000110 10110 110011

Color Harmonies of #949D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D66

Black with #949D66

Text Example


Text Example

White with #949D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949D66; }

 p { color: rgb(148,157,102); }

 H1.HeaderClassName
 {
   color: #949D66;
 }
 .AnyTagClassName
 {
   color: #949D66;
 }
</style>

background-color css

<style>
 a { background-color: #949D66; }

 a { background-color: rgb(148,157,102); }

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

border-color css

<style>
 span { border-color: #949D66; }

 span { border-color: rgb(148,157,102); }

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