Html Css Color HEX #929B7D Sage

📋 copy color: '#929B7D'

red 146 ◦ green 155 ◦ blue 125

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

Shades of Sage #929B7D

Tints of Sage #929B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 34.27%
G = 36.38%
B = 29.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#929B7D (or 0x929B7D) is known color: Sage. HEX triplet: 92, 9B and 7D. RGB value is (146,155,125). Sum of RGB (Red+Green+Blue) = 146+155+125=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #929B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B7D is #6D6482. Grayscale: #959595. Windows color (decimal): -7169155 or 8231826. OLE color: 8231826.

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

Color convert

RGB 146 155 125 -
CMYK 0.06 0 0.19 0.39
HSL 78º 0.13% 0.55% -
HSV(B) 78º 0.19% 0.61% -
XYZ 27.28 31.03 23.95 -
YUV 148.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 146 155 125 0.06 0 0.19 0.39 78 0.13 0.55
Hex 92 9B 7D 6 0 13 27 4E D 37
Octal 222 233 175 6 0 23 47 116 15 67
Binary 10010010 10011011 1111101 110 0 10011 100111 1001110 1101 110111

Color Harmonies of #929B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929B7D

Black with #929B7D

Text Example


Text Example

White with #929B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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