Html Css Color HEX #909C6D Sage

📋 copy color: '#909C6D'

red 144 ◦ green 156 ◦ blue 109

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

Shades of Sage #909C6D

Tints of Sage #909C6D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 35.21%
G = 38.14%
B = 26.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#909C6D (or 0x909C6D) is known color: Sage. HEX triplet: 90, 9C and 6D. RGB value is (144,156,109). Sum of RGB (Red+Green+Blue) = 144+156+109=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #909C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909C6D is #6F6392. Grayscale: #939393. Windows color (decimal): -7299987 or 7183504. OLE color: 7183504.

HSL color Cylindrical-coordinate representation of color #909C6D: hue angle of 75.32º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909C6D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 156 109 -
CMYK 0.08 0 0.30 0.39
HSL 75.32º 0.19% 0.52% -
HSV(B) 75.32º 0.3% 0.61% -
XYZ 26.15 30.81 19.04 -
YUV 147.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 144 156 109 0.08 0 0.30 0.39 75.32 0.19 0.52
Hex 90 9C 6D 8 0 1E 27 4B 13 34
Octal 220 234 155 10 0 36 47 113 23 64
Binary 10010000 10011100 1101101 1000 0 11110 100111 1001011 10011 110100

Color Harmonies of #909C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909C6D

Black with #909C6D

Text Example


Text Example

White with #909C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909C6D; }

 p { color: rgb(144,156,109); }

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

background-color css

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

 a { background-color: rgb(144,156,109); }

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

border-color css

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

 span { border-color: rgb(144,156,109); }

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