Html Css Color HEX #90967F Sage

📋 copy color: '#90967F'

red 144 ◦ green 150 ◦ blue 127

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

Shades of Sage #90967F

Tints of Sage #90967F

RGB

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

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

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

R = 34.2%
G = 35.63%
B = 30.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#90967F (or 0x90967F) is known color: Sage. HEX triplet: 90, 96 and 7F. RGB value is (144,150,127). Sum of RGB (Red+Green+Blue) = 144+150+127=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #90967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90967F is #6F6980. Grayscale: #919191. Windows color (decimal): -7301505 or 8361616. OLE color: 8361616.

HSL color Cylindrical-coordinate representation of color #90967F: hue angle of 75.65º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90967F is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 150 127 -
CMYK 0.04 0 0.15 0.41
HSL 75.65º 0.1% 0.54% -
HSV(B) 75.65º 0.15% 0.59% -
XYZ 26.24 29.27 24.35 -
YUV 145.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 144 150 127 0.04 0 0.15 0.41 75.65 0.1 0.54
Hex 90 96 7F 4 0 F 29 4C A 36
Octal 220 226 177 4 0 17 51 114 12 66
Binary 10010000 10010110 1111111 100 0 1111 101001 1001100 1010 110110

Color Harmonies of #90967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90967F

Black with #90967F

Text Example


Text Example

White with #90967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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