Html Css Color HEX #9FA594 Delta

📋 copy color: '#9FA594'

red 159 ◦ green 165 ◦ blue 148

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

Shades of Delta #9FA594

Tints of Delta #9FA594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 33.69%
G = 34.96%
B = 31.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#9FA594 (or 0x9FA594) is known color: Delta. HEX triplet: 9F, A5 and 94. RGB value is (159,165,148). Sum of RGB (Red+Green+Blue) = 159+165+148=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA594 is #605A6B. Grayscale: #A1A1A1. Windows color (decimal): -6314604 or 9741727. OLE color: 9741727.

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

Color convert

RGB 159 165 148 -
CMYK 0.04 0 0.10 0.35
HSL 81.18º 0.09% 0.61% -
HSV(B) 81.18º 0.1% 0.65% -
XYZ 33.1 36.42 33.3 -
YUV 161.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 159 165 148 0.04 0 0.10 0.35 81.18 0.09 0.61
Hex 9F A5 94 4 0 A 23 51 9 3D
Octal 237 245 224 4 0 12 43 121 11 75
Binary 10011111 10100101 10010100 100 0 1010 100011 1010001 1001 111101

Color Harmonies of #9FA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA594

Black with #9FA594

Text Example


Text Example

White with #9FA594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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