Html Css Color HEX #949D65 Avocado

📋 copy color: '#949D65'

red 148 ◦ green 157 ◦ blue 101

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

Shades of Avocado #949D65

Tints of Avocado #949D65

RGB

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

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

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

R = 36.45%
G = 38.67%
B = 24.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#949D65 (or 0x949D65) is known color: Avocado. HEX triplet: 94, 9D and 65. RGB value is (148,157,101). Sum of RGB (Red+Green+Blue) = 148+157+101=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #949D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D65 is #6B629A. Grayscale: #949494. Windows color (decimal): -7037595 or 6659476. OLE color: 6659476.

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

Color convert

RGB 148 157 101 -
CMYK 0.06 0 0.36 0.38
HSL 69.64º 0.22% 0.51% -
HSV(B) 69.64º 0.36% 0.62% -
XYZ 26.62 31.35 16.96 -
YUV 147.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 148 157 101 0.06 0 0.36 0.38 69.64 0.22 0.51
Hex 94 9D 65 6 0 24 26 46 16 33
Octal 224 235 145 6 0 44 46 106 26 63
Binary 10010100 10011101 1100101 110 0 100100 100110 1000110 10110 110011

Color Harmonies of #949D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D65

Black with #949D65

Text Example


Text Example

White with #949D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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