Html Css Color HEX #949C6C Avocado

📋 copy color: '#949C6C'

red 148 ◦ green 156 ◦ blue 108

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

Shades of Avocado #949C6C

Tints of Avocado #949C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.21%

R = 35.92%
G = 37.86%
B = 26.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#949C6C (or 0x949C6C) is known color: Avocado. HEX triplet: 94, 9C and 6C. RGB value is (148,156,108). Sum of RGB (Red+Green+Blue) = 148+156+108=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #949C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C6C is #6B6393. Grayscale: #949494. Windows color (decimal): -7037844 or 7117972. OLE color: 7117972.

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

Color convert

RGB 148 156 108 -
CMYK 0.05 0 0.31 0.39
HSL 70º 0.2% 0.52% -
HSV(B) 70º 0.31% 0.61% -
XYZ 26.81 31.16 18.79 -
YUV 148.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 148 156 108 0.05 0 0.31 0.39 70 0.2 0.52
Hex 94 9C 6C 5 0 1F 27 46 14 34
Octal 224 234 154 5 0 37 47 106 24 64
Binary 10010100 10011100 1101100 101 0 11111 100111 1000110 10100 110100

Color Harmonies of #949C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C6C

Black with #949C6C

Text Example


Text Example

White with #949C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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