Html Css Color HEX #939678 Sage

📋 copy color: '#939678'

red 147 ◦ green 150 ◦ blue 120

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

Shades of Sage #939678

Tints of Sage #939678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 35.25%
G = 35.97%
B = 28.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#939678 (or 0x939678) is known color: Sage. HEX triplet: 93, 96 and 78. RGB value is (147,150,120). Sum of RGB (Red+Green+Blue) = 147+150+120=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #939678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939678 is #6C6987. Grayscale: #919191. Windows color (decimal): -7104904 or 7902867. OLE color: 7902867.

HSL color Cylindrical-coordinate representation of color #939678: hue angle of 66º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #939678 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 150 120 -
CMYK 0.02 0 0.20 0.41
HSL 66º 0.13% 0.53% -
HSV(B) 66º 0.2% 0.59% -
XYZ 26.33 29.37 22.05 -
YUV 145.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 147 150 120 0.02 0 0.20 0.41 66 0.13 0.53
Hex 93 96 78 2 0 14 29 42 C 35
Octal 223 226 170 2 0 24 51 102 14 65
Binary 10010011 10010110 1111000 10 0 10100 101001 1000010 1100 110101

Color Harmonies of #939678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939678

Black with #939678

Text Example


Text Example

White with #939678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939678; }

 p { color: rgb(147,150,120); }

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

background-color css

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

 a { background-color: rgb(147,150,120); }

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

border-color css

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

 span { border-color: rgb(147,150,120); }

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