Html Css Color HEX #929F7D Sage

📋 copy color: '#929F7D'

red 146 ◦ green 159 ◦ blue 125

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

Shades of Sage #929F7D

Tints of Sage #929F7D

RGB

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

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

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

R = 33.95%
G = 36.98%
B = 29.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#929F7D (or 0x929F7D) is known color: Sage. HEX triplet: 92, 9F and 7D. RGB value is (146,159,125). Sum of RGB (Red+Green+Blue) = 146+159+125=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #929F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929F7D is #6D6082. Grayscale: #979797. Windows color (decimal): -7168131 or 8232850. OLE color: 8232850.

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

Color convert

RGB 146 159 125 -
CMYK 0.08 0 0.21 0.38
HSL 82.94º 0.15% 0.56% -
HSV(B) 82.94º 0.21% 0.62% -
XYZ 27.95 32.39 24.18 -
YUV 151.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 146 159 125 0.08 0 0.21 0.38 82.94 0.15 0.56
Hex 92 9F 7D 8 0 15 26 53 F 38
Octal 222 237 175 10 0 25 46 123 17 70
Binary 10010010 10011111 1111101 1000 0 10101 100110 1010011 1111 111000

Color Harmonies of #929F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929F7D

Black with #929F7D

Text Example


Text Example

White with #929F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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