Html Css Color HEX #929B7C Sage

📋 copy color: '#929B7C'

red 146 ◦ green 155 ◦ blue 124

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

Shades of Sage #929B7C

Tints of Sage #929B7C

RGB

 RED value IS 146 (57.42% from 255) = 34.35%

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

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 34.35%
G = 36.47%
B = 29.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#929B7C (or 0x929B7C) is known color: Sage. HEX triplet: 92, 9B and 7C. RGB value is (146,155,124). Sum of RGB (Red+Green+Blue) = 146+155+124=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #929B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B7C is #6D6483. Grayscale: #949494. Windows color (decimal): -7169156 or 8166290. OLE color: 8166290.

HSL color Cylindrical-coordinate representation of color #929B7C: hue angle of 77.42º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #929B7C is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 146 155 124 -
CMYK 0.06 0 0.2 0.39
HSL 77.42º 0.13% 0.55% -
HSV(B) 77.42º 0.2% 0.61% -
XYZ 27.21 31.01 23.62 -
YUV 148.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 146 155 124 0.06 0 0.2 0.39 77.42 0.13 0.55
Hex 92 9B 7C 6 0 14 27 4D D 37
Octal 222 233 174 6 0 24 47 115 15 67
Binary 10010010 10011011 1111100 110 0 10100 100111 1001101 1101 110111

Color Harmonies of #929B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929B7C

Black with #929B7C

Text Example


Text Example

White with #929B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929B7C; }

 p { color: rgb(146,155,124); }

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

background-color css

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

 a { background-color: rgb(146,155,124); }

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

border-color css

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

 span { border-color: rgb(146,155,124); }

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