Html Css Color HEX #939B72 Sage

📋 copy color: '#939B72'

red 147 ◦ green 155 ◦ blue 114

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

Shades of Sage #939B72

Tints of Sage #939B72

RGB

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

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

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

R = 35.34%
G = 37.26%
B = 27.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#939B72 (or 0x939B72) is known color: Sage. HEX triplet: 93, 9B and 72. RGB value is (147,155,114). Sum of RGB (Red+Green+Blue) = 147+155+114=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #939B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B72 is #6C648D. Grayscale: #949494. Windows color (decimal): -7103630 or 7510931. OLE color: 7510931.

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

Color convert

RGB 147 155 114 -
CMYK 0.05 0 0.26 0.39
HSL 71.71º 0.17% 0.53% -
HSV(B) 71.71º 0.26% 0.61% -
XYZ 26.79 30.86 20.46 -
YUV 147.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 147 155 114 0.05 0 0.26 0.39 71.71 0.17 0.53
Hex 93 9B 72 5 0 1A 27 48 11 35
Octal 223 233 162 5 0 32 47 110 21 65
Binary 10010011 10011011 1110010 101 0 11010 100111 1001000 10001 110101

Color Harmonies of #939B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939B72

Black with #939B72

Text Example


Text Example

White with #939B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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