Html Css Color HEX #92977F Sage

📋 copy color: '#92977F'

red 146 ◦ green 151 ◦ blue 127

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

Shades of Sage #92977F

Tints of Sage #92977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

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

R = 34.43%
G = 35.61%
B = 29.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#92977F (or 0x92977F) is known color: Sage. HEX triplet: 92, 97 and 7F. RGB value is (146,151,127). Sum of RGB (Red+Green+Blue) = 146+151+127=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #92977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92977F is #6D6880. Grayscale: #929292. Windows color (decimal): -7170177 or 8361874. OLE color: 8361874.

HSL color Cylindrical-coordinate representation of color #92977F: hue angle of 72.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92977F is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 151 127 -
CMYK 0.03 0 0.16 0.41
HSL 72.5º 0.1% 0.55% -
HSV(B) 72.5º 0.16% 0.59% -
XYZ 26.75 29.78 24.42 -
YUV 146.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 146 151 127 0.03 0 0.16 0.41 72.5 0.1 0.55
Hex 92 97 7F 3 0 10 29 48 A 37
Octal 222 227 177 3 0 20 51 110 12 67
Binary 10010010 10010111 1111111 11 0 10000 101001 1001000 1010 110111

Color Harmonies of #92977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92977F

Black with #92977F

Text Example


Text Example

White with #92977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92977F; }

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

 H1.HeaderClassName
 {
   color: #92977F;
 }
 .AnyTagClassName
 {
   color: #92977F;
 }
</style>

background-color css

<style>
 a { background-color: #92977F; }

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

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

border-color css

<style>
 span { border-color: #92977F; }

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

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