Html Css Color HEX #949F6D Sage

📋 copy color: '#949F6D'

red 148 ◦ green 159 ◦ blue 109

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

Shades of Sage #949F6D

Tints of Sage #949F6D

RGB

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

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

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

R = 35.58%
G = 38.22%
B = 26.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#949F6D (or 0x949F6D) is known color: Sage. HEX triplet: 94, 9F and 6D. RGB value is (148,159,109). Sum of RGB (Red+Green+Blue) = 148+159+109=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #949F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F6D is #6B6092. Grayscale: #969696. Windows color (decimal): -7037075 or 7184276. OLE color: 7184276.

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

Color convert

RGB 148 159 109 -
CMYK 0.07 0 0.31 0.38
HSL 73.2º 0.21% 0.53% -
HSV(B) 73.2º 0.31% 0.62% -
XYZ 27.37 32.2 19.24 -
YUV 150.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 148 159 109 0.07 0 0.31 0.38 73.2 0.21 0.53
Hex 94 9F 6D 7 0 1F 26 49 15 35
Octal 224 237 155 7 0 37 46 111 25 65
Binary 10010100 10011111 1101101 111 0 11111 100110 1001001 10101 110101

Color Harmonies of #949F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F6D

Black with #949F6D

Text Example


Text Example

White with #949F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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