Html Css Color HEX #949F75 Sage

📋 copy color: '#949F75'

red 148 ◦ green 159 ◦ blue 117

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

Shades of Sage #949F75

Tints of Sage #949F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 34.91%
G = 37.5%
B = 27.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#949F75 (or 0x949F75) is known color: Sage. HEX triplet: 94, 9F and 75. RGB value is (148,159,117). Sum of RGB (Red+Green+Blue) = 148+159+117=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #949F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F75 is #6B608A. Grayscale: #979797. Windows color (decimal): -7037067 or 7708564. OLE color: 7708564.

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

Color convert

RGB 148 159 117 -
CMYK 0.07 0 0.26 0.38
HSL 75.71º 0.18% 0.54% -
HSV(B) 75.71º 0.26% 0.62% -
XYZ 27.82 32.38 21.61 -
YUV 150.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 148 159 117 0.07 0 0.26 0.38 75.71 0.18 0.54
Hex 94 9F 75 7 0 1A 26 4C 12 36
Octal 224 237 165 7 0 32 46 114 22 66
Binary 10010100 10011111 1110101 111 0 11010 100110 1001100 10010 110110

Color Harmonies of #949F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F75

Black with #949F75

Text Example


Text Example

White with #949F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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