Html Css Color HEX #9FA693 Delta

📋 copy color: '#9FA693'

red 159 ◦ green 166 ◦ blue 147

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

Shades of Delta #9FA693

Tints of Delta #9FA693

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

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

R = 33.69%
G = 35.17%
B = 31.14%

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

#9FA693 (or 0x9FA693) is known color: Delta. HEX triplet: 9F, A6 and 93. RGB value is (159,166,147). Sum of RGB (Red+Green+Blue) = 159+166+147=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA693 is #60596C. Grayscale: #A1A1A1. Windows color (decimal): -6314349 or 9676447. OLE color: 9676447.

HSL color Cylindrical-coordinate representation of color #9FA693: hue angle of 82.11º degrees, saturation: 0.1, 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 #9FA693 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 147 -
CMYK 0.04 0 0.11 0.35
HSL 82.11º 0.1% 0.61% -
HSV(B) 82.11º 0.11% 0.65% -
XYZ 33.2 36.75 32.95 -
YUV 161.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 159 166 147 0.04 0 0.11 0.35 82.11 0.1 0.61
Hex 9F A6 93 4 0 B 23 52 A 3D
Octal 237 246 223 4 0 13 43 122 12 75
Binary 10011111 10100110 10010011 100 0 1011 100011 1010010 1010 111101

Color Harmonies of #9FA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA693

Black with #9FA693

Text Example


Text Example

White with #9FA693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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