Html Css Color HEX #909682 Sage

📋 copy color: '#909682'

red 144 ◦ green 150 ◦ blue 130

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

Shades of Sage #909682

Tints of Sage #909682

RGB

 RED value IS 144 (56.64% from 255) = 33.96%

 GREEN value IS 150 (58.98% from 255) = 35.38%

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 33.96%
G = 35.38%
B = 30.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#909682 (or 0x909682) is known color: Sage. HEX triplet: 90, 96 and 82. RGB value is (144,150,130). Sum of RGB (Red+Green+Blue) = 144+150+130=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 150 - color contains mainly: green. Hex color #909682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909682 is #6F697D. Grayscale: #929292. Windows color (decimal): -7301502 or 8558224. OLE color: 8558224.

HSL color Cylindrical-coordinate representation of color #909682: hue angle of 78º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #909682 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 150 130 -
CMYK 0.04 0 0.13 0.41
HSL 78º 0.09% 0.55% -
HSV(B) 78º 0.13% 0.59% -
XYZ 26.44 29.35 25.39 -
YUV 145.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 144 150 130 0.04 0 0.13 0.41 78 0.09 0.55
Hex 90 96 82 4 0 D 29 4E 9 37
Octal 220 226 202 4 0 15 51 116 11 67
Binary 10010000 10010110 10000010 100 0 1101 101001 1001110 1001 110111

Color Harmonies of #909682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909682

Black with #909682

Text Example


Text Example

White with #909682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909682; }

 p { color: rgb(144,150,130); }

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

background-color css

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

 a { background-color: rgb(144,150,130); }

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

border-color css

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

 span { border-color: rgb(144,150,130); }

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