#969C75

Color #969C75 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #969C75

Tints of Sage #969C75

Color information

#969C75 (or 0x969C75) is unknown color: approx Sage. HEX triplet: 96, 9C and 75. RGB value is (150,156,117). Sum of RGB (Red+Green+Blue) = 150+156+117=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #969C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C75 is #69638A. Grayscale: #959595. Windows color (decimal): -6906763 or 7707798. OLE color: 7707798.

HSL color Cylindrical-coordinate representation of color #969C75: hue angle of 69.23º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #969C75 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB150156117-
CMYK0.0400.250.39
HSL69.23º16.46%53.53%-
HSV(B)69.23º25%61.18%-
XYZ27.6831.5521.46-
YUV149.76109.51128.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=35.46%
G=36.88%
B=27.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501561170.0400.250.3969.2316.4653.53
Hex969C75401927451036
Octal2262341654031471052066
Binary10010110100111001110101100011001100111100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969C75; }

 p { color: rgb(150,156,117); }

 H1.HeaderClassName
 {
   color: #969C75;
 }
 .AnyTagClassName
 {
   color: #969C75;
 }
</style>
background-color css

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

 a { background-color: rgb(150,156,117); }

 div.DivClassName
 {
   background-color: #969C75;
 }
 .BgClassName
 {
   background-color: #969C75;
 }
</style>
border-color css

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

 span { border-color: rgb(150,156,117); }

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