Html Css Color HEX #949F7F Sage

📋 copy color: '#949F7F'

red 148 ◦ green 159 ◦ blue 127

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

Shades of Sage #949F7F

Tints of Sage #949F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 34.1%
G = 36.64%
B = 29.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#949F7F (or 0x949F7F) is known color: Sage. HEX triplet: 94, 9F and 7F. RGB value is (148,159,127). Sum of RGB (Red+Green+Blue) = 148+159+127=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #949F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F7F is #6B6080. Grayscale: #989898. Windows color (decimal): -7037057 or 8363924. OLE color: 8363924.

HSL color Cylindrical-coordinate representation of color #949F7F: hue angle of 80.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949F7F is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 127 -
CMYK 0.07 0 0.20 0.38
HSL 80.63º 0.14% 0.56% -
HSV(B) 80.63º 0.2% 0.62% -
XYZ 28.44 32.62 24.88 -
YUV 152.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 148 159 127 0.07 0 0.20 0.38 80.63 0.14 0.56
Hex 94 9F 7F 7 0 14 26 51 E 38
Octal 224 237 177 7 0 24 46 121 16 70
Binary 10010100 10011111 1111111 111 0 10100 100110 1010001 1110 111000

Color Harmonies of #949F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F7F

Black with #949F7F

Text Example


Text Example

White with #949F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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