Html Css Color HEX #92A670 Sage

📋 copy color: '#92A670'

red 146 ◦ green 166 ◦ blue 112

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

Shades of Sage #92A670

Tints of Sage #92A670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 34.43%
G = 39.15%
B = 26.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#92A670 (or 0x92A670) is known color: Sage. HEX triplet: 92, A6 and 70. RGB value is (146,166,112). Sum of RGB (Red+Green+Blue) = 146+166+112=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #92A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A670 is #6D598F. Grayscale: #9A9A9A. Windows color (decimal): -7166352 or 7382674. OLE color: 7382674.

HSL color Cylindrical-coordinate representation of color #92A670: hue angle of 82.22º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92A670 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 146 166 112 -
CMYK 0.12 0 0.33 0.35
HSL 82.22º 0.23% 0.55% -
HSV(B) 82.22º 0.33% 0.65% -
XYZ 28.41 34.55 20.5 -
YUV 153.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 146 166 112 0.12 0 0.33 0.35 82.22 0.23 0.55
Hex 92 A6 70 C 0 21 23 52 17 37
Octal 222 246 160 14 0 41 43 122 27 67
Binary 10010010 10100110 1110000 1100 0 100001 100011 1010010 10111 110111

Color Harmonies of #92A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A670

Black with #92A670

Text Example


Text Example

White with #92A670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92A670; }

 p { color: rgb(146,166,112); }

 H1.HeaderClassName
 {
   color: #92A670;
 }
 .AnyTagClassName
 {
   color: #92A670;
 }
</style>

background-color css

<style>
 a { background-color: #92A670; }

 a { background-color: rgb(146,166,112); }

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

border-color css

<style>
 span { border-color: #92A670; }

 span { border-color: rgb(146,166,112); }

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