Html Css Color HEX #969C7F Sage

📋 copy color: '#969C7F'

red 150 ◦ green 156 ◦ blue 127

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

Shades of Sage #969C7F

Tints of Sage #969C7F

RGB

 RED value IS 150 (58.98% from 255) = 34.64%

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

 BLUE value IS 127 (50% from 255) = 29.33%

R = 34.64%
G = 36.03%
B = 29.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#969C7F (or 0x969C7F) is known color: Sage. HEX triplet: 96, 9C and 7F. RGB value is (150,156,127). Sum of RGB (Red+Green+Blue) = 150+156+127=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 156 - color contains mainly: green. Hex color #969C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C7F is #696380. Grayscale: #979797. Windows color (decimal): -6906753 or 8363158. OLE color: 8363158.

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

Color convert

RGB 150 156 127 -
CMYK 0.04 0 0.19 0.39
HSL 72.41º 0.13% 0.55% -
HSV(B) 72.41º 0.19% 0.61% -
XYZ 28.3 31.79 24.72 -
YUV 150.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 150 156 127 0.04 0 0.19 0.39 72.41 0.13 0.55
Hex 96 9C 7F 4 0 13 27 48 D 37
Octal 226 234 177 4 0 23 47 110 15 67
Binary 10010110 10011100 1111111 100 0 10011 100111 1001000 1101 110111

Color Harmonies of #969C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C7F

Black with #969C7F

Text Example


Text Example

White with #969C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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