Html Css Color HEX #9FA593 Delta

📋 copy color: '#9FA593'

red 159 ◦ green 165 ◦ blue 147

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

Shades of Delta #9FA593

Tints of Delta #9FA593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 33.76%
G = 35.03%
B = 31.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#9FA593 (or 0x9FA593) is known color: Delta. HEX triplet: 9F, A5 and 93. RGB value is (159,165,147). Sum of RGB (Red+Green+Blue) = 159+165+147=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA593 is #605A6C. Grayscale: #A1A1A1. Windows color (decimal): -6314605 or 9676191. OLE color: 9676191.

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

Color convert

RGB 159 165 147 -
CMYK 0.04 0 0.11 0.35
HSL 80º 0.09% 0.61% -
HSV(B) 80º 0.11% 0.65% -
XYZ 33.02 36.39 32.89 -
YUV 161.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 159 165 147 0.04 0 0.11 0.35 80 0.09 0.61
Hex 9F A5 93 4 0 B 23 50 9 3D
Octal 237 245 223 4 0 13 43 120 11 75
Binary 10011111 10100101 10010011 100 0 1011 100011 1010000 1001 111101

Color Harmonies of #9FA593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA593

Black with #9FA593

Text Example


Text Example

White with #9FA593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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