Html Css Color HEX #949E66 Green Smoke

📋 copy color: '#949E66'

red 148 ◦ green 158 ◦ blue 102

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

Shades of Green Smoke #949E66

Tints of Green Smoke #949E66

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.73%

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

R = 36.27%
G = 38.73%
B = 25%

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

#949E66 (or 0x949E66) is known color: Green Smoke. HEX triplet: 94, 9E and 66. RGB value is (148,158,102). Sum of RGB (Red+Green+Blue) = 148+158+102=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #949E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E66 is #6B6199. Grayscale: #949494. Windows color (decimal): -7037338 or 6725268. OLE color: 6725268.

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

Color convert

RGB 148 158 102 -
CMYK 0.06 0 0.35 0.38
HSL 70.71º 0.22% 0.51% -
HSV(B) 70.71º 0.35% 0.62% -
XYZ 26.84 31.71 17.28 -
YUV 148.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 148 158 102 0.06 0 0.35 0.38 70.71 0.22 0.51
Hex 94 9E 66 6 0 23 26 47 16 33
Octal 224 236 146 6 0 43 46 107 26 63
Binary 10010100 10011110 1100110 110 0 100011 100110 1000111 10110 110011

Color Harmonies of #949E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E66

Black with #949E66

Text Example


Text Example

White with #949E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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