Html Css Color HEX #939C7F Sage

📋 copy color: '#939C7F'

red 147 ◦ green 156 ◦ blue 127

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

Shades of Sage #939C7F

Tints of Sage #939C7F

RGB

 RED value IS 147 (57.81% from 255) = 34.19%

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

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

R = 34.19%
G = 36.28%
B = 29.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#939C7F (or 0x939C7F) is known color: Sage. HEX triplet: 93, 9C and 7F. RGB value is (147,156,127). Sum of RGB (Red+Green+Blue) = 147+156+127=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #939C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939C7F is #6C6380. Grayscale: #969696. Windows color (decimal): -7103361 or 8363155. OLE color: 8363155.

HSL color Cylindrical-coordinate representation of color #939C7F: hue angle of 78.62º 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 #939C7F is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 156 127 -
CMYK 0.06 0 0.19 0.39
HSL 78.62º 0.13% 0.55% -
HSV(B) 78.62º 0.19% 0.61% -
XYZ 27.75 31.51 24.7 -
YUV 150 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 147 156 127 0.06 0 0.19 0.39 78.62 0.13 0.55
Hex 93 9C 7F 6 0 13 27 4F D 37
Octal 223 234 177 6 0 23 47 117 15 67
Binary 10010011 10011100 1111111 110 0 10011 100111 1001111 1101 110111

Color Harmonies of #939C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939C7F

Black with #939C7F

Text Example


Text Example

White with #939C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939C7F; }

 p { color: rgb(147,156,127); }

 H1.HeaderClassName
 {
   color: #939C7F;
 }
 .AnyTagClassName
 {
   color: #939C7F;
 }
</style>

background-color css

<style>
 a { background-color: #939C7F; }

 a { background-color: rgb(147,156,127); }

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

border-color css

<style>
 span { border-color: #939C7F; }

 span { border-color: rgb(147,156,127); }

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