Html Css Color HEX #949F6B Green Smoke

📋 copy color: '#949F6B'

red 148 ◦ green 159 ◦ blue 107

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

Shades of Green Smoke #949F6B

Tints of Green Smoke #949F6B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.41%

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 35.75%
G = 38.41%
B = 25.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#949F6B (or 0x949F6B) is known color: Green Smoke. HEX triplet: 94, 9F and 6B. RGB value is (148,159,107). Sum of RGB (Red+Green+Blue) = 148+159+107=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #949F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F6B is #6B6094. Grayscale: #959595. Windows color (decimal): -7037077 or 7053204. OLE color: 7053204.

HSL color Cylindrical-coordinate representation of color #949F6B: hue angle of 72.69º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949F6B is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 107 -
CMYK 0.07 0 0.33 0.38
HSL 72.69º 0.21% 0.52% -
HSV(B) 72.69º 0.33% 0.62% -
XYZ 27.26 32.15 18.68 -
YUV 149.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 148 159 107 0.07 0 0.33 0.38 72.69 0.21 0.52
Hex 94 9F 6B 7 0 21 26 49 15 34
Octal 224 237 153 7 0 41 46 111 25 64
Binary 10010100 10011111 1101011 111 0 100001 100110 1001001 10101 110100

Color Harmonies of #949F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F6B

Black with #949F6B

Text Example


Text Example

White with #949F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,107); }

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

background-color css

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

 a { background-color: rgb(148,159,107); }

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

border-color css

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

 span { border-color: rgb(148,159,107); }

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