Html Css Color HEX #929E6C Sage

📋 copy color: '#929E6C'

red 146 ◦ green 158 ◦ blue 108

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

Shades of Sage #929E6C

Tints of Sage #929E6C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

 BLUE value IS 108 (42.58% from 255) = 26.21%

R = 35.44%
G = 38.35%
B = 26.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#929E6C (or 0x929E6C) is known color: Sage. HEX triplet: 92, 9E and 6C. RGB value is (146,158,108). Sum of RGB (Red+Green+Blue) = 146+158+108=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #929E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E6C is #6D6193. Grayscale: #949494. Windows color (decimal): -7168404 or 7118482. OLE color: 7118482.

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

Color convert

RGB 146 158 108 -
CMYK 0.08 0 0.32 0.38
HSL 74.4º 0.2% 0.52% -
HSV(B) 74.4º 0.32% 0.62% -
XYZ 26.79 31.65 18.88 -
YUV 148.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 146 158 108 0.08 0 0.32 0.38 74.4 0.2 0.52
Hex 92 9E 6C 8 0 20 26 4A 14 34
Octal 222 236 154 10 0 40 46 112 24 64
Binary 10010010 10011110 1101100 1000 0 100000 100110 1001010 10100 110100

Color Harmonies of #929E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929E6C

Black with #929E6C

Text Example


Text Example

White with #929E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,158,108); }

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

background-color css

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

 a { background-color: rgb(146,158,108); }

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

border-color css

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

 span { border-color: rgb(146,158,108); }

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