Html Css Color HEX #949C69 Avocado

📋 copy color: '#949C69'

red 148 ◦ green 156 ◦ blue 105

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

Shades of Avocado #949C69

Tints of Avocado #949C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 105 (41.41% from 255) = 25.67%

R = 36.19%
G = 38.14%
B = 25.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#949C69 (or 0x949C69) is known color: Avocado. HEX triplet: 94, 9C and 69. RGB value is (148,156,105). Sum of RGB (Red+Green+Blue) = 148+156+105=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #949C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C69 is #6B6396. Grayscale: #939393. Windows color (decimal): -7037847 or 6921364. OLE color: 6921364.

HSL color Cylindrical-coordinate representation of color #949C69: hue angle of 69.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949C69 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 105 -
CMYK 0.05 0 0.33 0.39
HSL 69.41º 0.2% 0.51% -
HSV(B) 69.41º 0.33% 0.61% -
XYZ 26.65 31.09 17.96 -
YUV 147.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 148 156 105 0.05 0 0.33 0.39 69.41 0.2 0.51
Hex 94 9C 69 5 0 21 27 45 14 33
Octal 224 234 151 5 0 41 47 105 24 63
Binary 10010100 10011100 1101001 101 0 100001 100111 1000101 10100 110011

Color Harmonies of #949C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C69

Black with #949C69

Text Example


Text Example

White with #949C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,156,105); }

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

background-color css

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

 a { background-color: rgb(148,156,105); }

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

border-color css

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

 span { border-color: rgb(148,156,105); }

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