Html Css Color HEX #939D6E Sage

📋 copy color: '#939D6E'

red 147 ◦ green 157 ◦ blue 110

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

Shades of Sage #939D6E

Tints of Sage #939D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 35.51%
G = 37.92%
B = 26.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#939D6E (or 0x939D6E) is known color: Sage. HEX triplet: 93, 9D and 6E. RGB value is (147,157,110). Sum of RGB (Red+Green+Blue) = 147+157+110=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #939D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939D6E is #6C6291. Grayscale: #949494. Windows color (decimal): -7103122 or 7249299. OLE color: 7249299.

HSL color Cylindrical-coordinate representation of color #939D6E: hue angle of 72.77º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #939D6E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 157 110 -
CMYK 0.06 0 0.30 0.38
HSL 72.77º 0.19% 0.52% -
HSV(B) 72.77º 0.3% 0.62% -
XYZ 26.9 31.44 19.4 -
YUV 148.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 147 157 110 0.06 0 0.30 0.38 72.77 0.19 0.52
Hex 93 9D 6E 6 0 1E 26 49 13 34
Octal 223 235 156 6 0 36 46 111 23 64
Binary 10010011 10011101 1101110 110 0 11110 100110 1001001 10011 110100

Color Harmonies of #939D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939D6E

Black with #939D6E

Text Example


Text Example

White with #939D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,157,110); }

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

background-color css

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

 a { background-color: rgb(147,157,110); }

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

border-color css

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

 span { border-color: rgb(147,157,110); }

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