Html Css Color HEX #949C6D Avocado

📋 copy color: '#949C6D'

red 148 ◦ green 156 ◦ blue 109

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

Shades of Avocado #949C6D

Tints of Avocado #949C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 35.84%
G = 37.77%
B = 26.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#949C6D (or 0x949C6D) is known color: Avocado. HEX triplet: 94, 9C and 6D. RGB value is (148,156,109). Sum of RGB (Red+Green+Blue) = 148+156+109=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #949C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C6D is #6B6392. Grayscale: #949494. Windows color (decimal): -7037843 or 7183508. OLE color: 7183508.

HSL color Cylindrical-coordinate representation of color #949C6D: hue angle of 70.21º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949C6D is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 109 -
CMYK 0.05 0 0.30 0.39
HSL 70.21º 0.19% 0.52% -
HSV(B) 70.21º 0.3% 0.61% -
XYZ 26.86 31.18 19.07 -
YUV 148.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 148 156 109 0.05 0 0.30 0.39 70.21 0.19 0.52
Hex 94 9C 6D 5 0 1E 27 46 13 34
Octal 224 234 155 5 0 36 47 106 23 64
Binary 10010100 10011100 1101101 101 0 11110 100111 1000110 10011 110100

Color Harmonies of #949C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C6D

Black with #949C6D

Text Example


Text Example

White with #949C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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