Html Css Color HEX #939F6C Sage

📋 copy color: '#939F6C'

red 147 ◦ green 159 ◦ blue 108

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

Shades of Sage #939F6C

Tints of Sage #939F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 35.51%
G = 38.41%
B = 26.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#939F6C (or 0x939F6C) is known color: Sage. HEX triplet: 93, 9F and 6C. RGB value is (147,159,108). Sum of RGB (Red+Green+Blue) = 147+159+108=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #939F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F6C is #6C6093. Grayscale: #959595. Windows color (decimal): -7102612 or 7118739. OLE color: 7118739.

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

Color convert

RGB 147 159 108 -
CMYK 0.08 0 0.32 0.38
HSL 74.12º 0.21% 0.52% -
HSV(B) 74.12º 0.32% 0.62% -
XYZ 27.14 32.08 18.95 -
YUV 149.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 147 159 108 0.08 0 0.32 0.38 74.12 0.21 0.52
Hex 93 9F 6C 8 0 20 26 4A 15 34
Octal 223 237 154 10 0 40 46 112 25 64
Binary 10010011 10011111 1101100 1000 0 100000 100110 1001010 10101 110100

Color Harmonies of #939F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939F6C

Black with #939F6C

Text Example


Text Example

White with #939F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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