Html Css Color HEX #9FA590 Delta

📋 copy color: '#9FA590'

red 159 ◦ green 165 ◦ blue 144

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

Shades of Delta #9FA590

Tints of Delta #9FA590

RGB

 RED value IS 159 (62.5% from 255) = 33.97%

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 33.97%
G = 35.26%
B = 30.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#9FA590 (or 0x9FA590) is known color: Delta. HEX triplet: 9F, A5 and 90. RGB value is (159,165,144). Sum of RGB (Red+Green+Blue) = 159+165+144=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA590 is #605A6F. Grayscale: #A0A0A0. Windows color (decimal): -6314608 or 9479583. OLE color: 9479583.

HSL color Cylindrical-coordinate representation of color #9FA590: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FA590 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 144 -
CMYK 0.04 0 0.13 0.35
HSL 77.14º 0.1% 0.61% -
HSV(B) 77.14º 0.13% 0.65% -
XYZ 32.79 36.29 31.66 -
YUV 160.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 159 165 144 0.04 0 0.13 0.35 77.14 0.1 0.61
Hex 9F A5 90 4 0 D 23 4D A 3D
Octal 237 245 220 4 0 15 43 115 12 75
Binary 10011111 10100101 10010000 100 0 1101 100011 1001101 1010 111101

Color Harmonies of #9FA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA590

Black with #9FA590

Text Example


Text Example

White with #9FA590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA590; }

 p { color: rgb(159,165,144); }

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

background-color css

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

 a { background-color: rgb(159,165,144); }

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

border-color css

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

 span { border-color: rgb(159,165,144); }

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