Html Css Color HEX #949C7B Sage

📋 copy color: '#949C7B'

red 148 ◦ green 156 ◦ blue 123

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

Shades of Sage #949C7B

Tints of Sage #949C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.53%

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 34.66%
G = 36.53%
B = 28.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#949C7B (or 0x949C7B) is known color: Sage. HEX triplet: 94, 9C and 7B. RGB value is (148,156,123). Sum of RGB (Red+Green+Blue) = 148+156+123=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #949C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C7B is #6B6384. Grayscale: #959595. Windows color (decimal): -7037829 or 8101012. OLE color: 8101012.

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

Color convert

RGB 148 156 123 -
CMYK 0.05 0 0.21 0.39
HSL 74.55º 0.14% 0.55% -
HSV(B) 74.55º 0.21% 0.61% -
XYZ 27.68 31.5 23.36 -
YUV 149.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 148 156 123 0.05 0 0.21 0.39 74.55 0.14 0.55
Hex 94 9C 7B 5 0 15 27 4B E 37
Octal 224 234 173 5 0 25 47 113 16 67
Binary 10010100 10011100 1111011 101 0 10101 100111 1001011 1110 110111

Color Harmonies of #949C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C7B

Black with #949C7B

Text Example


Text Example

White with #949C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,156,123); }

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

background-color css

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

 a { background-color: rgb(148,156,123); }

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

border-color css

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

 span { border-color: rgb(148,156,123); }

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