Html Css Color HEX #929F7F Sage

📋 copy color: '#929F7F'

red 146 ◦ green 159 ◦ blue 127

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

Shades of Sage #929F7F

Tints of Sage #929F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.4%

R = 33.8%
G = 36.81%
B = 29.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#929F7F (or 0x929F7F) is known color: Sage. HEX triplet: 92, 9F and 7F. RGB value is (146,159,127). Sum of RGB (Red+Green+Blue) = 146+159+127=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #929F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929F7F is #6D6080. Grayscale: #979797. Windows color (decimal): -7168129 or 8363922. OLE color: 8363922.

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

Color convert

RGB 146 159 127 -
CMYK 0.08 0 0.20 0.38
HSL 84.38º 0.14% 0.56% -
HSV(B) 84.38º 0.2% 0.62% -
XYZ 28.08 32.44 24.86 -
YUV 151.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 146 159 127 0.08 0 0.20 0.38 84.38 0.14 0.56
Hex 92 9F 7F 8 0 14 26 54 E 38
Octal 222 237 177 10 0 24 46 124 16 70
Binary 10010010 10011111 1111111 1000 0 10100 100110 1010100 1110 111000

Color Harmonies of #929F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929F7F

Black with #929F7F

Text Example


Text Example

White with #929F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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