Html Css Color HEX #949B7D Sage

📋 copy color: '#949B7D'

red 148 ◦ green 155 ◦ blue 125

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

Shades of Sage #949B7D

Tints of Sage #949B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.21%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 34.58%
G = 36.21%
B = 29.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#949B7D (or 0x949B7D) is known color: Sage. HEX triplet: 94, 9B and 7D. RGB value is (148,155,125). Sum of RGB (Red+Green+Blue) = 148+155+125=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #949B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B7D is #6B6482. Grayscale: #959595. Windows color (decimal): -7038083 or 8231828. OLE color: 8231828.

HSL color Cylindrical-coordinate representation of color #949B7D: hue angle of 74º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #949B7D is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 155 125 -
CMYK 0.05 0 0.19 0.39
HSL 74º 0.13% 0.55% -
HSV(B) 74º 0.19% 0.61% -
XYZ 27.64 31.22 23.97 -
YUV 149.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 148 155 125 0.05 0 0.19 0.39 74 0.13 0.55
Hex 94 9B 7D 5 0 13 27 4A D 37
Octal 224 233 175 5 0 23 47 112 15 67
Binary 10010100 10011011 1111101 101 0 10011 100111 1001010 1101 110111

Color Harmonies of #949B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B7D

Black with #949B7D

Text Example


Text Example

White with #949B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,155,125); }

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

background-color css

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

 a { background-color: rgb(148,155,125); }

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

border-color css

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

 span { border-color: rgb(148,155,125); }

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