Html Css Color HEX #939F6E Sage

📋 copy color: '#939F6E'

red 147 ◦ green 159 ◦ blue 110

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

Shades of Sage #939F6E

Tints of Sage #939F6E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.22%

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

R = 35.34%
G = 38.22%
B = 26.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#939F6E (or 0x939F6E) is known color: Sage. HEX triplet: 93, 9F and 6E. RGB value is (147,159,110). Sum of RGB (Red+Green+Blue) = 147+159+110=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #939F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F6E is #6C6091. Grayscale: #969696. Windows color (decimal): -7102610 or 7249811. OLE color: 7249811.

HSL color Cylindrical-coordinate representation of color #939F6E: hue angle of 74.69º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #939F6E is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 159 110 -
CMYK 0.08 0 0.31 0.38
HSL 74.69º 0.2% 0.53% -
HSV(B) 74.69º 0.31% 0.62% -
XYZ 27.25 32.13 19.52 -
YUV 149.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 147 159 110 0.08 0 0.31 0.38 74.69 0.2 0.53
Hex 93 9F 6E 8 0 1F 26 4B 14 35
Octal 223 237 156 10 0 37 46 113 24 65
Binary 10010011 10011111 1101110 1000 0 11111 100110 1001011 10100 110101

Color Harmonies of #939F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939F6E

Black with #939F6E

Text Example


Text Example

White with #939F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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