Html Css Color HEX #939B7A Sage

📋 copy color: '#939B7A'

red 147 ◦ green 155 ◦ blue 122

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

Shades of Sage #939B7A

Tints of Sage #939B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.77%

R = 34.67%
G = 36.56%
B = 28.77%

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

#939B7A (or 0x939B7A) is known color: Sage. HEX triplet: 93, 9B and 7A. RGB value is (147,155,122). Sum of RGB (Red+Green+Blue) = 147+155+122=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #939B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B7A is #6C6485. Grayscale: #949494. Windows color (decimal): -7103622 or 8035219. OLE color: 8035219.

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

Color convert

RGB 147 155 122 -
CMYK 0.05 0 0.21 0.39
HSL 74.55º 0.14% 0.54% -
HSV(B) 74.55º 0.21% 0.61% -
XYZ 27.27 31.05 22.97 -
YUV 148.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 147 155 122 0.05 0 0.21 0.39 74.55 0.14 0.54
Hex 93 9B 7A 5 0 15 27 4B E 36
Octal 223 233 172 5 0 25 47 113 16 66
Binary 10010011 10011011 1111010 101 0 10101 100111 1001011 1110 110110

Color Harmonies of #939B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939B7A

Black with #939B7A

Text Example


Text Example

White with #939B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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