Html Css Color HEX #939C72 Sage

📋 copy color: '#939C72'

red 147 ◦ green 156 ◦ blue 114

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

Shades of Sage #939C72

Tints of Sage #939C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 35.25%
G = 37.41%
B = 27.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#939C72 (or 0x939C72) is known color: Sage. HEX triplet: 93, 9C and 72. RGB value is (147,156,114). Sum of RGB (Red+Green+Blue) = 147+156+114=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #939C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939C72 is #6C638D. Grayscale: #949494. Windows color (decimal): -7103374 or 7511187. OLE color: 7511187.

HSL color Cylindrical-coordinate representation of color #939C72: hue angle of 72.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #939C72 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 156 114 -
CMYK 0.06 0 0.27 0.39
HSL 72.86º 0.18% 0.53% -
HSV(B) 72.86º 0.27% 0.61% -
XYZ 26.96 31.19 20.52 -
YUV 148.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 147 156 114 0.06 0 0.27 0.39 72.86 0.18 0.53
Hex 93 9C 72 6 0 1B 27 49 12 35
Octal 223 234 162 6 0 33 47 111 22 65
Binary 10010011 10011100 1110010 110 0 11011 100111 1001001 10010 110101

Color Harmonies of #939C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939C72

Black with #939C72

Text Example


Text Example

White with #939C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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