Html Css Color HEX #949F67 Green Smoke

📋 copy color: '#949F67'

red 148 ◦ green 159 ◦ blue 103

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

Shades of Green Smoke #949F67

Tints of Green Smoke #949F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.12%

R = 36.1%
G = 38.78%
B = 25.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#949F67 (or 0x949F67) is known color: Green Smoke. HEX triplet: 94, 9F and 67. RGB value is (148,159,103). Sum of RGB (Red+Green+Blue) = 148+159+103=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #949F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F67 is #6B6098. Grayscale: #959595. Windows color (decimal): -7037081 or 6791060. OLE color: 6791060.

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

Color convert

RGB 148 159 103 -
CMYK 0.07 0 0.35 0.38
HSL 71.79º 0.23% 0.51% -
HSV(B) 71.79º 0.35% 0.62% -
XYZ 27.06 32.07 17.6 -
YUV 149.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 148 159 103 0.07 0 0.35 0.38 71.79 0.23 0.51
Hex 94 9F 67 7 0 23 26 48 17 33
Octal 224 237 147 7 0 43 46 110 27 63
Binary 10010100 10011111 1100111 111 0 100011 100110 1001000 10111 110011

Color Harmonies of #949F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F67

Black with #949F67

Text Example


Text Example

White with #949F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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