Html Css Color HEX #929A7F Sage

📋 copy color: '#929A7F'

red 146 ◦ green 154 ◦ blue 127

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

Shades of Sage #929A7F

Tints of Sage #929A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

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

R = 34.19%
G = 36.07%
B = 29.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#929A7F (or 0x929A7F) is known color: Sage. HEX triplet: 92, 9A and 7F. RGB value is (146,154,127). Sum of RGB (Red+Green+Blue) = 146+154+127=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #929A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929A7F is #6D6580. Grayscale: #949494. Windows color (decimal): -7169409 or 8362642. OLE color: 8362642.

HSL color Cylindrical-coordinate representation of color #929A7F: hue angle of 77.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #929A7F is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 146 154 127 -
CMYK 0.05 0 0.18 0.40
HSL 77.78º 0.12% 0.55% -
HSV(B) 77.78º 0.18% 0.6% -
XYZ 27.24 30.75 24.58 -
YUV 148.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 146 154 127 0.05 0 0.18 0.40 77.78 0.12 0.55
Hex 92 9A 7F 5 0 12 28 4E C 37
Octal 222 232 177 5 0 22 50 116 14 67
Binary 10010010 10011010 1111111 101 0 10010 101000 1001110 1100 110111

Color Harmonies of #929A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929A7F

Black with #929A7F

Text Example


Text Example

White with #929A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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